Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
kelyacf authored Aug 21, 2024
1 parent 478bb6d commit bede72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/.env.example
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
SLACK_BOT_TOKEN = "YOUR_TOKEN"
SLACK_APP_TOKEN = "YOUR_TOKEN"
OPENAI_API_KEY = "YOUR_TOKEN"
CHATGPT_MODEL = "gpt-4-turbo"
CHATGPT_MODEL = "gpt-4o"
DALLE_MODEL = "dall-e-3"
SIGNING_SECRET = "YOUR_SECRET"
GOOGLE_API_KEY = "YOUR_TOKEN"
GEMINI_MODEL = "gemini-pro"
CLAUDE_API_KEY = "YOUR_TOKEN"
CLAUDE_MODEL = "claude-3-5-sonnet-20240620"

GEPPETTO_VERSION = "0.2.4"
GEPPETTO_VERSION = "0.2.5"

0 comments on commit bede72e

Please sign in to comment.