Soumik Bose commited on
Commit ·
c11622f
1
Parent(s): 82b31cd
ok
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="Chat Conversation
|
| 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 Transcript",
|
| 735 |
chat_id=payload.chatId,
|
| 736 |
output_dir="chat_pdfs",
|
| 737 |
include_stats=True,
|