Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def chat(message, history):
|
|
61 |
if len(history_openai_format) == 1:
|
62 |
init_assistant()
|
63 |
|
64 |
-
show_json("assistant",
|
65 |
show_json("thread", thread)
|
66 |
|
67 |
#print("### history")
|
|
|
61 |
if len(history_openai_format) == 1:
|
62 |
init_assistant()
|
63 |
|
64 |
+
show_json("assistant", assistant2)
|
65 |
show_json("thread", thread)
|
66 |
|
67 |
#print("### history")
|