pvanand commited on
Commit
f61fcd6
1 Parent(s): dab9a90

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
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