From fedce8f318392cfac6c9cf411c71f90b6c82f69a Mon Sep 17 00:00:00 2001 From: Vicente Date: Thu, 24 Oct 2024 14:25:38 -0300 Subject: [PATCH] Added setting in .env.example file to set OpenaI Model --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index cf71aa0..33fdcf1 100644 --- a/.env.example +++ b/.env.example @@ -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=🤖