sanjaystarc commited on
Commit
8d24a04
Β·
verified Β·
1 Parent(s): 70f37b4

Update core_agent.py

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