Daniel00611 commited on
Commit
7cafc04
·
verified ·
1 Parent(s): 09f3508

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def respond(message, history: list[tuple[str, str]], system_message):
106
  # Ejecutar el assistant
107
  with client.beta.threads.runs.stream(
108
  thread_id=thread_id,
109
- assistant_id=assistant_id
110
  ) as stream:
111
 
112
  response = ""
 
106
  # Ejecutar el assistant
107
  with client.beta.threads.runs.stream(
108
  thread_id=thread_id,
109
+ assistant_id=ASSISTANT_ID
110
  ) as stream:
111
 
112
  response = ""