Update utils.py
Browse files
utils.py
CHANGED
@@ -512,9 +512,9 @@ def wait_on_run(run, thread, client):
|
|
512 |
|
513 |
########################################
|
514 |
#Assistant für Websuche anlgen
|
515 |
-
def openai_assistant_suche(client
|
516 |
assistant = client.beta.assistants.create(
|
517 |
-
instructions=
|
518 |
model="gpt-4-1106-preview",
|
519 |
tools=[{
|
520 |
"type": "function",
|
|
|
512 |
|
513 |
########################################
|
514 |
#Assistant für Websuche anlgen
|
515 |
+
def openai_assistant_suche(client):
|
516 |
assistant = client.beta.assistants.create(
|
517 |
+
instructions=template,
|
518 |
model="gpt-4-1106-preview",
|
519 |
tools=[{
|
520 |
"type": "function",
|