naman1102 commited on
Commit
0fb8f08
Β·
1 Parent(s): 99554a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ from tools import (
29
  )
30
 
31
  # ─────────────────────────── Configuration ───────────────────────────────
32
- LLM = ChatOpenAI(model_name="gpt-4o-mini", temperature=0.0)
33
  MAX_TOOL_CALLS = 5
34
 
35
  # ─────────────────────────── Helper utilities ────────────────────────────
 
29
  )
30
 
31
  # ─────────────────────────── Configuration ───────────────────────────────
32
+ LLM = ChatOpenAI(model_name="gpt-4.1", temperature=0.0)
33
  MAX_TOOL_CALLS = 5
34
 
35
  # ─────────────────────────── Helper utilities ────────────────────────────