Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def unwrap_text_objects(obj):
|
|
| 36 |
prompt_templates = unwrap_text_objects(raw_templates)
|
| 37 |
|
| 38 |
print("✅ Loaded YAML keys:", list(raw_templates.keys()))
|
| 39 |
-
print("🧾 System prompt preview:\n", raw_templates["system_prompt"][
|
| 40 |
|
| 41 |
|
| 42 |
# ✅ Debug print to verify structure
|
|
|
|
| 36 |
prompt_templates = unwrap_text_objects(raw_templates)
|
| 37 |
|
| 38 |
print("✅ Loaded YAML keys:", list(raw_templates.keys()))
|
| 39 |
+
print("🧾 System prompt preview:\n", raw_templates["system_prompt"][:200])
|
| 40 |
|
| 41 |
|
| 42 |
# ✅ Debug print to verify structure
|