mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #24855] feat: Add Responses type for direct OpenAI connections #107407
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 @JKGeovision on GitHub (May 17, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24855
Check Existing Issues
Verify Feature Scope
Problem Description
Good day
I have the particular situation that I want to enable each user to use their own local Hermes runtime which is hosted with docker. Therefore, I cannot configure the OpenAI connection in the Admin Settings and need to enable direct connections for the users. That works fine, but direct connections can only use the Chat Completions API type which does not show the current Tool usage used by Hermes and makes for an untransparent chatting experience. Would it be possible to also add the Responses type for direct connections?
Thank you very much and have a great day,
Joshua Krimmer
Desired Solution you'd like
Add the responses type for direct connection
Alternatives Considered
No response
Additional Context
No response