Macmill commited on
Commit
42fde5e
·
verified ·
1 Parent(s): c190682

Update final_agent.py

Browse files
Files changed (1) hide show
  1. final_agent.py +1 -1
final_agent.py CHANGED
@@ -48,7 +48,7 @@ if not tavily_api_key:
48
  # --- Initialize LLM ---
49
  # Using the model specified in the user's code block
50
  llm = ChatGoogleGenerativeAI(
51
- model="gemini-2.5-pro-exp-03-25", # As per user's last provided code
52
  google_api_key=gemini_api_key,
53
  temperature=0.1 # Low temperature for factual tasks
54
  )
 
48
  # --- Initialize LLM ---
49
  # Using the model specified in the user's code block
50
  llm = ChatGoogleGenerativeAI(
51
+ model="gemini-2.0-flash-lite", # As per user's last provided code
52
  google_api_key=gemini_api_key,
53
  temperature=0.1 # Low temperature for factual tasks
54
  )