Spaces:
Runtime error
Runtime error
Update agent_setup.py
Browse files- agent_setup.py +2 -2
agent_setup.py
CHANGED
|
@@ -9,8 +9,8 @@ def set_sdk_client(api_key: str, base_url: str):
|
|
| 9 |
set_default_openai_client(client)
|
| 10 |
set_default_openai_api("chat_completions")
|
| 11 |
|
| 12 |
-
#
|
| 13 |
-
|
| 14 |
def create_agent(model_name, search_tool):
|
| 15 |
"""
|
| 16 |
Create an Agent with the specified model and search tool.
|
|
|
|
| 9 |
set_default_openai_client(client)
|
| 10 |
set_default_openai_api("chat_completions")
|
| 11 |
|
| 12 |
+
#This configures the agent setup
|
| 13 |
+
|
| 14 |
def create_agent(model_name, search_tool):
|
| 15 |
"""
|
| 16 |
Create an Agent with the specified model and search tool.
|