bstraehle commited on
Commit
20aaf43
·
verified ·
1 Parent(s): 273f79a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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