peerawatchomp commited on
Commit
e307c4a
·
verified ·
1 Parent(s): 20964b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ class BasicAgent:
33
  def __init__(self):
34
  print("BasicAgent initialized.")
35
 
36
- chat = init_chat_model(model="gpt-4o", temperature=0)
37
 
38
  # Set up tools
39
  search_tool = DuckDuckGoSearchRun()
 
33
  def __init__(self):
34
  print("BasicAgent initialized.")
35
 
36
+ chat = init_chat_model(model="gpt-4", temperature=0)
37
 
38
  # Set up tools
39
  search_tool = DuckDuckGoSearchRun()