Sonu313131 commited on
Commit
06e7b98
·
verified ·
1 Parent(s): 7922a03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
82
  try:
83
 
84
  agent = ToolCallingAgent(
85
- tools=[wiki_tool],
86
  model=OpenAIServerModel(
87
  model_id="gpt-4o", # ✅ valid OpenAI model name
88
  temperature=0.0,
 
82
  try:
83
 
84
  agent = ToolCallingAgent(
85
+ tools=[search_tool],
86
  model=OpenAIServerModel(
87
  model_id="gpt-4o", # ✅ valid OpenAI model name
88
  temperature=0.0,