mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #10273] User parameter not passed for title and tags generation prompts #70442
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 @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
Confirmation:
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