Skip to content

Commit

Permalink
Merge pull request #66 from vicentefelipechile/patch-2
Browse files Browse the repository at this point in the history
Added setting in .env.example file to set OpenaI Model
  • Loading branch information
Zain-ul-din authored Oct 24, 2024
2 parents db67754 + fedce8f commit 10c726c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ MONGO_URL=YOUR_MONGO_DB_URL

# Service Settings
# # OpenAI
# See all models here https://platform.openai.com/docs/models
OPENAI_MODEL=gpt-3.5-turbo
OPENAI_PREFIX=!chatgpt
OPENAI_ENABLED=False
OPENAI_ICON_PREFIX=🤖
Expand Down

0 comments on commit 10c726c

Please sign in to comment.