Spaces:
Running
Running
Update assistants.py
Browse files- 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
|
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 |
|