mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #8578] Only get the respone of one model instead of all when downloading pdf or txt #15179
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johann-petrak on GitHub (Jan 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8578
Installation Method
Python conda + pip as documented
Environment
Expected Behavior:
When selecting "download as text" or "download as pdf" for a chat in the web ui, and that chat had more than one model defined and therefore more than one answer, I would expect all answers for all models to be in the pdf or txt file
Actual Behavior:
Only one (for the first of the models) answer is in the pdf and txt file.
For txt, the name of the model is not even included.
Description
Downloading a chat where several models were used to produce answers produces txt and pdf files with only one answer included, where in the txt file the name of the model is also missing.
@tjbck commented on GitHub (Jan 15, 2025):
Expected behaviour here.
@johann-petrak commented on GitHub (Jan 15, 2025):
Why would that be expected behavior? It is surprising and rather disappointing.
If I have a chat with answers from several models, downloading that chat and only getting one of them is practically utterly useless.