fix: Update default AI model to gemini-2.5-flash-preview-05-20 for Vertex AI
This commit is contained in:
parent
9e4ac54949
commit
0ee02ef854
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user