Update utils.py
Browse files
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,
|