alexkueck commited on
Commit
9a3bcdf
1 Parent(s): e482a20

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -547,7 +547,7 @@ def tavily_search(tavily_client, query):
547
  return search_result
548
 
549
  ########################################
550
- #Assistant für Websuche anlgen
551
  def openai_assistant_suche(client):
552
  assistant = client.beta.assistants.create(
553
  instructions=template,
 
547
  return search_result
548
 
549
  ########################################
550
+ # nicht in Gebrauch: Assistant für Websuche anlgen
551
  def openai_assistant_suche(client):
552
  assistant = client.beta.assistants.create(
553
  instructions=template,