sanjaystarc commited on
Commit
ab05ce9
Β·
verified Β·
1 Parent(s): 7033b72

Update core_agent.py

Browse files
Files changed (1) hide show
  1. core_agent.py +1 -1
core_agent.py CHANGED
@@ -36,7 +36,7 @@ CARD_BG = "#1A1A2E"
36
  # ─── LLM Setup ───────────────────────────────────────────────────────────────
37
  def get_llm(api_key: str):
38
  return ChatGoogleGenerativeAI(
39
- model="gemini-1.5-flash",
40
  google_api_key=api_key,
41
  temperature=0.3,
42
  convert_system_message_to_human=True,
 
36
  # ─── LLM Setup ───────────────────────────────────────────────────────────────
37
  def get_llm(api_key: str):
38
  return ChatGoogleGenerativeAI(
39
+ model="gemini-2.5-flash",
40
  google_api_key=api_key,
41
  temperature=0.3,
42
  convert_system_message_to_human=True,