Soumik Bose commited on
Commit ·
82b31cd
1
Parent(s): f161586
commit
Browse files- controller.py +1 -1
controller.py
CHANGED
|
@@ -731,7 +731,7 @@ async def get_chat_log_endpoint(payload: ChatLogRequest, token: str = Depends(va
|
|
| 731 |
generated_pdf_path = await run_in_threadpool(
|
| 732 |
generate_chat_pdf,
|
| 733 |
messages=payload.messages,
|
| 734 |
-
title=
|
| 735 |
chat_id=payload.chatId,
|
| 736 |
output_dir="chat_pdfs",
|
| 737 |
include_stats=True,
|
|
|
|
| 731 |
generated_pdf_path = await run_in_threadpool(
|
| 732 |
generate_chat_pdf,
|
| 733 |
messages=payload.messages,
|
| 734 |
+
title="Chat Conversation Log",
|
| 735 |
chat_id=payload.chatId,
|
| 736 |
output_dir="chat_pdfs",
|
| 737 |
include_stats=True,
|