Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ async def handle_message(message: cl.Message):
|
|
154 |
},
|
155 |
callbacks=[cl.AsyncLangchainCallbackHandler()])
|
156 |
|
157 |
-
|
158 |
|
159 |
formatted_response = f"""
|
160 |
Her er informasjon for bestillingskode: {bestillingskode}
|
|
|
154 |
},
|
155 |
callbacks=[cl.AsyncLangchainCallbackHandler()])
|
156 |
|
157 |
+
booking_info = response.get("output", {}) # json.loads(response.get("output", "{}"))
|
158 |
|
159 |
formatted_response = f"""
|
160 |
Her er informasjon for bestillingskode: {bestillingskode}
|