Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ async def handle_message(message: cl.Message):
|
|
197 |
|
198 |
booking_pattern = r'\b[A-Z]{6}\d{6}\b'
|
199 |
endpoint_url = "https://aivisions.no/data/daysoff/api/v1/booking/"
|
200 |
-
auth_token =
|
201 |
|
202 |
async def process_message():
|
203 |
if re.search(booking_pattern, user_message):
|
|
|
197 |
|
198 |
booking_pattern = r'\b[A-Z]{6}\d{6}\b'
|
199 |
endpoint_url = "https://aivisions.no/data/daysoff/api/v1/booking/"
|
200 |
+
auth_token = auth_token
|
201 |
|
202 |
async def process_message():
|
203 |
if re.search(booking_pattern, user_message):
|