shalanova commited on
Commit
45db230
·
verified ·
1 Parent(s): 149cdd0

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -2
agent.py CHANGED
@@ -57,8 +57,7 @@ tools = [
57
 
58
  # LLM
59
  llm = LiteLLMModel(
60
- model_id="gemini/gemini-2.0-flash",
61
- api_key=os.getenv("GEMINI_API_KEY"),
62
  max_tokens=8192,
63
  )
64
 
 
57
 
58
  # LLM
59
  llm = LiteLLMModel(
60
+ model_id="anthropic/claude-3-5-sonnet-latest",
 
61
  max_tokens=8192,
62
  )
63