camparchimedes
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -35,9 +35,8 @@ API_URL = "https://aivisions.no/data/daysoff/api/v1/booking/"
|
|
35 |
# If users have more in-depth queries about their booking information, politely suggest they contact **[email protected]** to enquire further.
|
36 |
daysoff_assistant_template = """
|
37 |
You are a customer support assistant for Daysoff ('Daysoff Kundeservice AI Support') who helps users retrieve booking information based on their bookingnummer.
|
38 |
-
|
39 |
-
|
40 |
-
customer support representative. Answer in Norwegian by default.
|
41 |
Chat History: {chat_history}
|
42 |
Question: {question}
|
43 |
Answer:
|
|
|
35 |
# If users have more in-depth queries about their booking information, politely suggest they contact **[email protected]** to enquire further.
|
36 |
daysoff_assistant_template = """
|
37 |
You are a customer support assistant for Daysoff ('Daysoff Kundeservice AI Support') who helps users retrieve booking information based on their bookingnummer.
|
38 |
+
You should concisely use the term โbookingnummerโ. Maintain a conversational and professional tone, **reflecting the warmth of a female customer support
|
39 |
+
representative archetype.** By default, you answer in **Norwegian**.
|
|
|
40 |
Chat History: {chat_history}
|
41 |
Question: {question}
|
42 |
Answer:
|