Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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 = ""
|