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
|
45 |
global openai_client
|
46 |
return openai_client
|
47 |
|
|
|
41 |
"tavily_search_tool": tavily_search_tool,
|
42 |
}
|
43 |
|
44 |
+
def get_openai_client():
|
45 |
global openai_client
|
46 |
return openai_client
|
47 |
|