Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -412,6 +412,7 @@ async def presentation_chat(query: PresentationChatModel, background_tasks: Back
|
|
| 412 |
async for chunk in response_stream.body_iterator:
|
| 413 |
full_response += chunk
|
| 414 |
|
|
|
|
| 415 |
# Extract the Marp presentation content
|
| 416 |
marp_content = extract_data_from_tag(full_response, "marp_presentation")
|
| 417 |
|
|
|
|
| 412 |
async for chunk in response_stream.body_iterator:
|
| 413 |
full_response += chunk
|
| 414 |
|
| 415 |
+
logger.info(f"####------LLM RESPONSE-------#####/n {full_response}")
|
| 416 |
# Extract the Marp presentation content
|
| 417 |
marp_content = extract_data_from_tag(full_response, "marp_presentation")
|
| 418 |
|