naman1102 commited on
Commit
4073124
Β·
1 Parent(s): 8b26a35

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -40,7 +40,7 @@ TOOLS = [
40
 
41
  # ───────────────────────────── Agent Wrapper ─────────────────────────────
42
  class SimpleLangGraphAgent:
43
- def __init__(self, model_name="gpt-4o-mini"):
44
  self.agent = create_react_agent(
45
  model=ChatOpenAI(model_name=model_name, temperature=0.3),
46
  tools=TOOLS,
 
40
 
41
  # ───────────────────────────── Agent Wrapper ─────────────────────────────
42
  class SimpleLangGraphAgent:
43
+ def __init__(self, model_name="gpt-4.1"):
44
  self.agent = create_react_agent(
45
  model=ChatOpenAI(model_name=model_name, temperature=0.3),
46
  tools=TOOLS,