GuglielmoTor commited on
Commit
9804db4
·
verified ·
1 Parent(s): 826a2a1

Rename chatbot_handler.py to features/chatbot/chatbot_handler.py

Browse files
chatbot_handler.py → features/chatbot/chatbot_handler.py RENAMED
@@ -10,7 +10,7 @@ import asyncio
10
  GEMINI_API_KEY = os.getenv('GEMINI_API_KEY', '')
11
 
12
  client = None
13
- model_name = "gemini-2.0-flash" # As per user's documentation snippet, ensure this model is available with their API key type
14
 
15
  # This will be used to create genai_types.GenerateContentConfig
16
  generation_config_params = {
 
10
  GEMINI_API_KEY = os.getenv('GEMINI_API_KEY', '')
11
 
12
  client = None
13
+ model_name = "gemini-2.5-flash-preview-05-20" # As per user's documentation snippet, ensure this model is available with their API key type
14
 
15
  # This will be used to create genai_types.GenerateContentConfig
16
  generation_config_params = {