mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #16500] [CLOSED] [WIP] Add new tool auth type #10950
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/16500
Author: @pjahanlou-godaddy
Created: 8/11/2025
Status: ❌ Closed
Base:
main← Head:jomax📝 Commits (3)
8d5c47bMoved Tags and TagList (#16)93801e3Sync open-webui repo (#17)e054a2aAdd new tool auth type📊 Changes
11 files changed (+214 additions, -28 deletions)
View changed files
📝
backend/open_webui/config.py(+0 -6)📝
backend/open_webui/env.py(+29 -0)📝
backend/open_webui/main.py(+1 -1)📝
backend/open_webui/utils/auth.py(+55 -11)📝
backend/open_webui/utils/tools.py(+21 -1)📝
docker-compose.otel.yaml(+19 -8)➕
src/gclib/README.md(+49 -0)➕
src/gclib/components/common/Tags.svelte(+14 -0)➕
src/gclib/components/common/Tags/TagList.svelte(+22 -0)📝
src/lib/components/workspace/Models/ModelEditor.svelte(+1 -1)📝
svelte.config.js(+3 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.