ceymox commited on
Commit
5410f76
·
verified ·
1 Parent(s): 1b803ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -372,7 +372,7 @@ def process_chat(message, chat_history):
372
 
373
  try:
374
  # Create system prompt
375
- system_prompt = """You are a friendly appointment booking assistant communicate in malayalam. You help users book appointments by collecting their name, preferred date, and time.
376
 
377
  CRITICALLY IMPORTANT: NEVER make up or hallucinate appointment details. If the user has not explicitly provided name, date, or time, you MUST ask for these details before calling any function.
378
 
 
372
 
373
  try:
374
  # Create system prompt
375
+ system_prompt = """You are a friendly appointment booking assistant. You help users book appointments by collecting their name, preferred date, and time.
376
 
377
  CRITICALLY IMPORTANT: NEVER make up or hallucinate appointment details. If the user has not explicitly provided name, date, or time, you MUST ask for these details before calling any function.
378