fix: Update default AI model to gemini-2.5-flash-preview-05-20 for Vertex AI

This commit is contained in:
Slipstream 2025-05-28 23:20:05 -06:00
parent 9e4ac54949
commit 0ee02ef854
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -172,7 +172,7 @@ class TetoCog(commands.Cog):
self.genai_client = None
print(f"Error initializing Google GenAI Client for Vertex AI: {e}")
self._ai_model = "gemini-1.5-flash-001" # Default model for Vertex AI
self._ai_model = "gemini-2.5-flash-preview-05-20" # Default model for Vertex AI
self._allow_shell_commands = False # Flag to control shell command tool usage
# Tavily web search configuration