mateoluksenberg commited on
Commit
0a3a3ec
·
verified ·
1 Parent(s): 47616a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -283,6 +283,7 @@ def simple_chat(message, temperature: float = 0.8, max_length: int = 4096, top_p
283
  json_content = json.loads(buffer)
284
  formatted_text = format_json_to_string(json_content)
285
  except json.JSONDecodeError:
 
286
  formatted_text = buffer
287
 
288
  print("---------")
 
283
  json_content = json.loads(buffer)
284
  formatted_text = format_json_to_string(json_content)
285
  except json.JSONDecodeError:
286
+ print("entro error")
287
  formatted_text = buffer
288
 
289
  print("---------")