Update app.py
Browse files
app.py
CHANGED
@@ -122,9 +122,9 @@ async def handle_message(message: cl.Message):
|
|
122 |
bestillingskode = re.search(booking_pattern, user_message).group(0)
|
123 |
headers = {
|
124 |
"Authorization": auth_token,
|
125 |
-
"Content-Type": "application/json"
|
126 |
}
|
127 |
-
question = f"Retrieve information
|
128 |
|
129 |
# --------------------------------AD VAL.III--------------------------------
|
130 |
|
|
|
122 |
bestillingskode = re.search(booking_pattern, user_message).group(0)
|
123 |
headers = {
|
124 |
"Authorization": auth_token,
|
125 |
+
#"Content-Type": "application/json"
|
126 |
}
|
127 |
+
question = f"Retrieve booking information associated with a booking ID"
|
128 |
|
129 |
# --------------------------------AD VAL.III--------------------------------
|
130 |
|