Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,8 @@ thread = None
|
|
8 |
|
9 |
def show_json(str, obj):
|
10 |
print(f"### {str}")
|
11 |
-
print(json.loads(obj.model_dump_json()))
|
|
|
12 |
|
13 |
def init_assistant():
|
14 |
global client, assistant, thread
|
|
|
8 |
|
9 |
def show_json(str, obj):
|
10 |
print(f"### {str}")
|
11 |
+
#print(json.loads(obj.model_dump_json()))
|
12 |
+
print(obj)
|
13 |
|
14 |
def init_assistant():
|
15 |
global client, assistant, thread
|