alexkueck commited on
Commit
e051898
1 Parent(s): 92003bb

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
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, general_prompt):
516
  assistant = client.beta.assistants.create(
517
- instructions=general_prompt,
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",