sadaqatyar commited on
Commit
f6de5a4
·
verified ·
1 Parent(s): 9b7638e

Update agent_setup.py

Browse files
Files changed (1) hide show
  1. 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.