GattoNero commited on
Commit
655a9ba
·
verified ·
1 Parent(s): 8a2ddfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,8 +74,8 @@ class BasicAgent:
74
  model="gpt-4o-mini",
75
  temperature=0,
76
  api_key=openai_api_key,
77
- tools=tools,
78
- tool_choice="auto",
79
  verbose = True
80
  )
81
 
 
74
  model="gpt-4o-mini",
75
  temperature=0,
76
  api_key=openai_api_key,
77
+ #tools=tools,
78
+ #tool_choice="auto",
79
  verbose = True
80
  )
81