SergeyO7 commited on
Commit
6a0cd84
·
verified ·
1 Parent(s): 705dc8a

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -61,7 +61,7 @@ def ImageAnalysisTool(question: str) -> str:
61
  return f"Error fetching image: {e}"
62
 
63
  model = LiteLLMModel(
64
- model_id="gemini/gemini-2.0-flash",
65
  api_key=os.environ.get("GEMINI_KEY"),
66
  max_tokens=8192
67
  )
 
61
  return f"Error fetching image: {e}"
62
 
63
  model = LiteLLMModel(
64
+ model_id="gemini/gemini-2.5-pro",
65
  api_key=os.environ.get("GEMINI_KEY"),
66
  max_tokens=8192
67
  )