Skip to content

Commit

Permalink
Added setting in .env.example file to set OpenaI Model
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentefelipechile authored Oct 24, 2024
1 parent db67754 commit fedce8f
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 fedce8f

Please sign in to comment.