Update app.py
Browse files
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)
|