Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|