bstraehle commited on
Commit
f39d227
·
verified ·
1 Parent(s): df53722

Update assistants.py

Browse files
Files changed (1) hide show
  1. assistants.py +1 -1
assistants.py CHANGED
@@ -41,7 +41,7 @@ tools = {
41
  "tavily_search_tool": tavily_search_tool,
42
  }
43
 
44
- def set_openai_client(openai_api_key="sk-<BringYourOwn>"):
45
  global openai_client
46
  openai_client = OpenAI(api_key=openai_api_key)
47
 
 
41
  "tavily_search_tool": tavily_search_tool,
42
  }
43
 
44
+ def set_openai_client(openai_api_key):
45
  global openai_client
46
  openai_client = OpenAI(api_key=openai_api_key)
47