[GH-ISSUE #8578] Only get the respone of one model instead of all when downloading pdf or txt #15179

Closed
opened 2026-04-19 21:27:41 -05:00 by GiteaMirror · 2 comments
Owner

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

  • WEBUI 0.5.4
  • Ubuntu 24.04

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.

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 - WEBUI 0.5.4 - Ubuntu 24.04 ## 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.
Author
Owner

@tjbck commented on GitHub (Jan 15, 2025):

Expected behaviour here.

<!-- gh-comment-id:2593403429 --> @tjbck commented on GitHub (Jan 15, 2025): Expected behaviour here.
Author
Owner

@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.

<!-- gh-comment-id:2593879058 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#15179