Skip to content

Commit

Permalink
Update .env.example (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain-ul-din authored Oct 26, 2024
1 parent 10c726c commit 44131f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# =================================================================================================
# NOTE:
# For security reasons we disable every model by default. The user must explicitly set them to True
# =================================================================================================

DEBUG=True
PROCESSING="Thinking..."

Expand All @@ -17,6 +22,7 @@ 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
Expand All @@ -33,7 +39,7 @@ DALLE_SIZE=1024x1024

# # Google Gemini
GEMINI_PREFIX=!gemini
GEMINI_ENABLED=True
GEMINI_ENABLED=False
GEMINI_ICON_PREFIX=🔮

# # Hugging Face Flux
Expand Down

0 comments on commit 44131f3

Please sign in to comment.