Yuruyuruu commited on
Commit
b6fca69
·
verified ·
1 Parent(s): dd37c03

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -1
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. You have full knowledge of the library's operations.
 
 
 
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)