alexkueck commited on
Commit
206e5bf
1 Parent(s): cf48138

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ def create_assistant_file(prompt, file):
232
  ##################################################
233
  #openassistant um im Netz zu suchen
234
  def create_assistant_suche(prompt):
235
- global client, general_assistant_suche
236
 
237
  retriever = TavilySearchAPIRetriever(k=4)
238
  result = retriever.invoke(prompt)
 
232
  ##################################################
233
  #openassistant um im Netz zu suchen
234
  def create_assistant_suche(prompt):
235
+ #global client, general_assistant_suche
236
 
237
  retriever = TavilySearchAPIRetriever(k=4)
238
  result = retriever.invoke(prompt)