feat: add reddit oauth instructions
This commit is contained in:
parent
fec9d348a0
commit
513e4eae4b
|
@ -82,6 +82,10 @@ GROQ_API_KEY=
|
|||
OPEN_ROUTER_API_KEY=
|
||||
|
||||
# Reddit
|
||||
# Reddit
|
||||
# Go to https://www.reddit.com/prefs/apps and create a new app
|
||||
# Choose "web app" for the type
|
||||
# Fill in the redirect uri as <your_frontend_url>/auth/integrations/oauth_callback, e.g. http://localhost:3000/auth/integrations/oauth_callback
|
||||
REDDIT_CLIENT_ID=
|
||||
REDDIT_CLIENT_SECRET=
|
||||
REDDIT_USER_AGENT="AutoGPT:1.0 (by /u/autogpt)"
|
||||
|
|
Loading…
Reference in New Issue