i-dhilip commited on
Commit
fb4f3eb
·
verified ·
1 Parent(s): ee2ed0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ class AdvancedAgent:
51
  """Build the LangGraph agent with necessary tools"""
52
 
53
  llm = ChatOpenAI(
54
- model="google/gemini-2.5-pro-exp-03-25",
55
  temperature=0,
56
  openai_api_key=os.getenv("OPENROUTER_API_KEY"),
57
  openai_api_base="https://openrouter.ai/api/v1"
 
51
  """Build the LangGraph agent with necessary tools"""
52
 
53
  llm = ChatOpenAI(
54
+ model="google/gemini-2.0-flash-001",
55
  temperature=0,
56
  openai_api_key=os.getenv("OPENROUTER_API_KEY"),
57
  openai_api_base="https://openrouter.ai/api/v1"