[GH-ISSUE #10273] User parameter not passed for title and tags generation prompts #15838

Closed
opened 2026-04-19 21:56:33 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @ante-maric on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10273

Bug Report

Installation Method

Run in docker.

Environment

  • Open WebUI Version: v0.5.10
  • LiteLLM Version: v1.61.1
  • Langfuse Version: v3.21.0

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

Every prompt that user makes or that Open WebUI makes on behalf of a user (title and tags generation prompts) should include user parameter in a request, so that we can track the costs per user in LiteLLM/Langfuse.

Actual Behavior:

Only user prompts include user parameter. Title and tags generation prompts are registered in LiteLLM/Langfuse without user.

Description

Bug Summary:
User parameter is not passed for title and tags generation prompts request.

Reproduction Details

Steps to Reproduce:
Deploy Open WebUI, LiteLLM and Langfuse. Configure LiteLLM to use Langfuse for logging and Open WebUI to use LiteLLM as OpenAI API endpoint.

Logs and Screenshots

Image

Originally created by @ante-maric on GitHub (Feb 18, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/10273 # Bug Report ## Installation Method Run in docker. ## Environment - **Open WebUI Version:** v0.5.10 - **LiteLLM Version:** v1.61.1 - **Langfuse Version:** v3.21.0 **Confirmation:** - [X] I have read and followed all the instructions provided in the README.md. - [ ] I am on the latest version of both Open WebUI and Ollama. - [ ] I have included the browser console logs. - [ ] I have included the Docker container logs. - [X] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: Every prompt that user makes or that Open WebUI makes on behalf of a user (title and tags generation prompts) should include user parameter in a request, so that we can track the costs per user in LiteLLM/Langfuse. ## Actual Behavior: Only user prompts include user parameter. Title and tags generation prompts are registered in LiteLLM/Langfuse without user. ## Description **Bug Summary:** User parameter is not passed for title and tags generation prompts request. ## Reproduction Details **Steps to Reproduce:** Deploy Open WebUI, LiteLLM and Langfuse. Configure LiteLLM to use Langfuse for logging and Open WebUI to use LiteLLM as OpenAI API endpoint. ## Logs and Screenshots ![Image](https://github.com/user-attachments/assets/ba04f4d1-80d0-4391-ab4e-ce1a13bbb094)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#15838