fruitpicker01 commited on
Commit
d268367
·
verified ·
1 Parent(s): 23feeef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -390,6 +390,7 @@ class VectorRAGSystem:
390
  )
391
 
392
  json_response = response.choices[0].message.content.strip()
 
393
 
394
  # Парсим и валидируем JSON
395
  try:
 
390
  )
391
 
392
  json_response = response.choices[0].message.content.strip()
393
+ print("Raw JSON response:", json_response)
394
 
395
  # Парсим и валидируем JSON
396
  try: