Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,8 @@ def chat(message, history):
|
|
66 |
show_json("run", run)
|
67 |
|
68 |
run = wait_on_run(run)
|
69 |
-
|
|
|
70 |
messages = _client.beta.threads.messages.list(
|
71 |
thread_id=_thread.id
|
72 |
)
|
|
|
66 |
show_json("run", run)
|
67 |
|
68 |
run = wait_on_run(run)
|
69 |
+
show_json("run", run)
|
70 |
+
|
71 |
messages = _client.beta.threads.messages.list(
|
72 |
thread_id=_thread.id
|
73 |
)
|