Skip to content

Commit

Permalink
feat: update required env
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero6992 authored and Zero6992 committed Mar 3, 2023
1 parent 22bf81c commit ef55886
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
DISCORD_BOT_TOKEN=""

# Website ChatGPT authentication
SESSION_TOKEN=""
OPENAI_EMAIL=""
OPENAI_PASSWORD=""
SESSION_TOKEN=""
DISCORD_CHANNEL_ID=""

# Official GPT-3.5 authentication
OPENAI_API_KEY=""

# Optional setting
CHAT_MODEL="OFFICIAL"
OPENAI_ENGINE="gpt-3.5-turbo"
LOGGING="True"
REPLY_ALL="False"
DISCORD_CHANNEL_ID=""

0 comments on commit ef55886

Please sign in to comment.