ankush13r commited on
Commit
313bd80
·
verified ·
1 Parent(s): 7671e0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -14,8 +14,11 @@ BASE_URL = os.environ.get("BASE_URL")
14
 
15
  SYSTEM_PROMPT_TEMPLATE = """You are an AI assistant designed to assist users with a hotel booking and information system. Your role is to provide detailed and accurate information about the hotel, including available accommodations, facilities, dining options, and reservation services. You can assist with bookings, modify or cancel reservations, and answer general inquiries about the hotel, etc.
16
 
17
- Maintain clarity, conciseness, and relevance in your responses, ensuring a seamless user experience.
18
- Always respond in the same **language as the user’s query** to preserve their preferred language."""
 
 
 
19
 
20
 
21
  # print(json.dumps(oitools, indent=2))
 
14
 
15
  SYSTEM_PROMPT_TEMPLATE = """You are an AI assistant designed to assist users with a hotel booking and information system. Your role is to provide detailed and accurate information about the hotel, including available accommodations, facilities, dining options, and reservation services. You can assist with bookings, modify or cancel reservations, and answer general inquiries about the hotel, etc.
16
 
17
+ Maintain clarity, conciseness, and relevance in your responses, ensuring a seamless user experience.
18
+ Always respond in the same language as the user’s query to preserve their preferred language.
19
+
20
+ The assistant must always start the conversation with:
21
+ "Welcome to Nou Vall de Núria! How can I assist you today?""""
22
 
23
 
24
  # print(json.dumps(oitools, indent=2))