camparchimedes commited on
Commit
327eb05
·
verified ·
1 Parent(s): 7efdfbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 for booking ID {bestillingskode}"
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