Skip to content

Commit

Permalink
Add .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvallejosdev committed Apr 9, 2024
1 parent 6210024 commit 4fca403
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Discord Bot
DISCORD_TOKEN=""
DISCORD_GUILD_ID=
DISCORD_GUILD_CHANNEL=

# OpenAI API
OPENAI_API_KEY=""
OPENAI_GPTMODEL="gpt-4-turbo-preview"
OPENAI_TEMPERATURE=0
OPENAI_TOKENS=4096

0 comments on commit 4fca403

Please sign in to comment.