Sonu313131 commited on
Commit
a16c650
·
verified ·
1 Parent(s): ed1d626

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
20
 
21
  try:
22
 
23
- agent = ToolCallingAgentAgent(
24
  tools=[search_tool],
25
  model=InferenceClientModel(
26
  model="gpt-3.5-turbo",
 
20
 
21
  try:
22
 
23
+ agent = ToolCallingAgent(
24
  tools=[search_tool],
25
  model=InferenceClientModel(
26
  model="gpt-3.5-turbo",