[PR #16500] [CLOSED] [WIP] Add new tool auth type #10950

Closed
opened 2025-11-11 19:18:06 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/16500
Author: @pjahanlou-godaddy
Created: 8/11/2025
Status: Closed

Base: mainHead: jomax


📝 Commits (3)

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

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/16500 **Author:** [@pjahanlou-godaddy](https://github.com/pjahanlou-godaddy) **Created:** 8/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `jomax` --- ### 📝 Commits (3) - [`8d5c47b`](https://github.com/open-webui/open-webui/commit/8d5c47b4896ad7f7cdf1bc2a74fd1f2b6e9017bb) Moved Tags and TagList (#16) - [`93801e3`](https://github.com/open-webui/open-webui/commit/93801e3ab21f0cc9724ff5643b97b1b12e9d0634) Sync open-webui repo (#17) - [`e054a2a`](https://github.com/open-webui/open-webui/commit/e054a2aac43a3d33f7666feb1a518277154febe5) Add new tool auth type ### 📊 Changes **11 files changed** (+214 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 19:18:06 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#10950