Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ app.add_middleware(
|
|
| 35 |
allow_headers=["*"],
|
| 36 |
question_support_bank.load()
|
| 37 |
)
|
| 38 |
-
|
| 39 |
# Lightweight in-memory chat session state cache.
|
| 40 |
# This lets repeated /chat requests work as long as the caller reuses session_id.
|
| 41 |
CHAT_SESSION_STATE: Dict[str, Dict[str, Any]] = {}
|
|
|
|
| 35 |
allow_headers=["*"],
|
| 36 |
question_support_bank.load()
|
| 37 |
)
|
| 38 |
+
print(question_support_bank.get("TEST_PERCENT_001"))
|
| 39 |
# Lightweight in-memory chat session state cache.
|
| 40 |
# This lets repeated /chat requests work as long as the caller reuses session_id.
|
| 41 |
CHAT_SESSION_STATE: Dict[str, Dict[str, Any]] = {}
|