Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ auth_token = os.environ.get("DAYSOFF_API_TOKEN")
|
|
30 |
API_URL = "https://aivisions.no/data/daysoff/api/v1/booking/"
|
31 |
|
32 |
daysoff_assistant_template = """
|
33 |
-
You are a customer support assistant for Daysoff kundeservice and help users retrieve booking information associated with their
|
34 |
By default, you respond using Norwegian bokmรฅl.
|
35 |
Provide a conversational answer.
|
36 |
This way you directly address the user's question in a manner that reflects the professionalism and warmth
|
|
|
30 |
API_URL = "https://aivisions.no/data/daysoff/api/v1/booking/"
|
31 |
|
32 |
daysoff_assistant_template = """
|
33 |
+
You are a customer support assistant for Daysoff kundeservice and help users retrieve booking information associated with their bookingnr.
|
34 |
By default, you respond using Norwegian bokmรฅl.
|
35 |
Provide a conversational answer.
|
36 |
This way you directly address the user's question in a manner that reflects the professionalism and warmth
|