Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,9 @@ def extract_content_values(data):
|
|
122 |
|
123 |
def chat(message, history):
|
124 |
global client, assistant, thread
|
125 |
-
|
|
|
|
|
126 |
if assistant == None:
|
127 |
assistant = load_assistant(client)
|
128 |
|
|
|
122 |
|
123 |
def chat(message, history):
|
124 |
global client, assistant, thread
|
125 |
+
|
126 |
+
print(history)
|
127 |
+
|
128 |
if assistant == None:
|
129 |
assistant = load_assistant(client)
|
130 |
|