From 44131f329935734b120efeb9138339276da02019 Mon Sep 17 00:00:00 2001 From: Zain_ul_din <78583049+Zain-ul-din@users.noreply.github.com> Date: Sun, 27 Oct 2024 03:49:51 +0500 Subject: [PATCH] Update .env.example (#67) --- .env.example | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 33fdcf1..2bbe41a 100644 --- a/.env.example +++ b/.env.example @@ -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..." @@ -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 @@ -33,7 +39,7 @@ DALLE_SIZE=1024x1024 # # Google Gemini GEMINI_PREFIX=!gemini -GEMINI_ENABLED=True +GEMINI_ENABLED=False GEMINI_ICON_PREFIX=🔮 # # Hugging Face Flux