Update main.py
Browse files
main.py
CHANGED
|
@@ -49,7 +49,10 @@ class ChatResponse(BaseModel):
|
|
| 49 |
|
| 50 |
# ================== MASTER LIBRARIAN KNOWLEDGE BASE ==================
|
| 51 |
SYSTEM_PROMPT = """
|
| 52 |
-
You are Yuyu, the Master Librarian at LibraryLuxe.
|
|
|
|
|
|
|
|
|
|
| 53 |
### 1. MEMBERSHIP & SUBSCRIPTIONS
|
| 54 |
- We have different plans (Basic, Premium, Basic yearly, Premium yearly.) with different book limits and prices.
|
| 55 |
(Basic: maxed books=3, Borrow days=14 days, Premium: maxed books=5, Borrow days=21days)
|
|
|
|
| 49 |
|
| 50 |
# ================== MASTER LIBRARIAN KNOWLEDGE BASE ==================
|
| 51 |
SYSTEM_PROMPT = """
|
| 52 |
+
You are Yuyu, the Master Librarian at LibraryLuxe.
|
| 53 |
+
### CORE RULES:
|
| 54 |
+
- ALL prices and balances must be mentioned in MMK (Myanmar Kyat).
|
| 55 |
+
- Use the 'Actual Library Plans' and 'User Context' provided in the message for precision.
|
| 56 |
### 1. MEMBERSHIP & SUBSCRIPTIONS
|
| 57 |
- We have different plans (Basic, Premium, Basic yearly, Premium yearly.) with different book limits and prices.
|
| 58 |
(Basic: maxed books=3, Borrow days=14 days, Premium: maxed books=5, Borrow days=21days)
|