bstraehle commited on
Commit
9be8d88
·
verified ·
1 Parent(s): 005f625

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 get_openai_clientt():
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