camparchimedes commited on
Commit
62041d1
ยท
verified ยท
1 Parent(s): 48c5ac5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,8 +116,8 @@ async def handle_message(message: cl.Message):
116
  """
117
  match = re.search(r'\b[A-Z]{6}\d{6}\b', user_message)
118
  return match.group(0) if match else None
119
-
120
  """
 
121
  if is_booking_query:
122
  response = await api_chain.acall(user_message,
123
  callbacks=[cl.AsyncLangchainCallbackHandler()])
 
116
  """
117
  match = re.search(r'\b[A-Z]{6}\d{6}\b', user_message)
118
  return match.group(0) if match else None
 
119
  """
120
+
121
  if is_booking_query:
122
  response = await api_chain.acall(user_message,
123
  callbacks=[cl.AsyncLangchainCallbackHandler()])