Original PR: https://github.com/open-webui/open-webui/pull/3400 Author: @tjbck Created: 6/24/2024 Status: ✅ Merged Merged: 6/24/2024 Merged by: @tjbck
Base: dev ← Head: valves
dev
valves
120b185
3034f3d
d8c112d
3a629ff
627705a
dc25f44
14 files changed (+789 additions, -278 deletions)
➕ backend/apps/webui/internal/migrations/016_add_valves_and_is_active.py (+50 -0) 📝 backend/apps/webui/main.py (+1 -1) 📝 backend/apps/webui/models/functions.py (+57 -9) 📝 backend/apps/webui/models/tools.py (+26 -0) 📝 backend/apps/webui/routers/functions.py (+125 -0) 📝 backend/apps/webui/routers/tools.py (+97 -0) 📝 backend/main.py (+62 -55) 📝 src/lib/apis/functions/index.ts (+131 -0) 📝 src/lib/apis/tools/index.ts (+99 -0) 📝 src/lib/components/chat/Settings/Valves.svelte (+1 -1) 📝 src/lib/components/workspace/Functions.svelte (+19 -2) 📝 src/lib/components/workspace/Tools.svelte (+10 -0) 📝 src/lib/components/workspace/ValvesModal.svelte (+110 -209) 📝 src/routes/(app)/workspace/+layout.svelte (+1 -1)
backend/apps/webui/internal/migrations/016_add_valves_and_is_active.py
backend/apps/webui/main.py
backend/apps/webui/models/functions.py
backend/apps/webui/models/tools.py
backend/apps/webui/routers/functions.py
backend/apps/webui/routers/tools.py
backend/main.py
src/lib/apis/functions/index.ts
src/lib/apis/tools/index.ts
src/lib/components/chat/Settings/Valves.svelte
src/lib/components/workspace/Functions.svelte
src/lib/components/workspace/Tools.svelte
src/lib/components/workspace/ValvesModal.svelte
src/routes/(app)/workspace/+layout.svelte
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/3400
Author: @tjbck
Created: 6/24/2024
Status: ✅ Merged
Merged: 6/24/2024
Merged by: @tjbck
Base:
dev← Head:valves📝 Commits (6)
120b185enh: valves3034f3drefac: stylingd8c112dfeat: function toggle support3a629fffeat: global filter627705afeat: valvesdc25f44fix: handle default📊 Changes
14 files changed (+789 additions, -278 deletions)
View changed files
➕
backend/apps/webui/internal/migrations/016_add_valves_and_is_active.py(+50 -0)📝
backend/apps/webui/main.py(+1 -1)📝
backend/apps/webui/models/functions.py(+57 -9)📝
backend/apps/webui/models/tools.py(+26 -0)📝
backend/apps/webui/routers/functions.py(+125 -0)📝
backend/apps/webui/routers/tools.py(+97 -0)📝
backend/main.py(+62 -55)📝
src/lib/apis/functions/index.ts(+131 -0)📝
src/lib/apis/tools/index.ts(+99 -0)📝
src/lib/components/chat/Settings/Valves.svelte(+1 -1)📝
src/lib/components/workspace/Functions.svelte(+19 -2)📝
src/lib/components/workspace/Tools.svelte(+10 -0)📝
src/lib/components/workspace/ValvesModal.svelte(+110 -209)📝
src/routes/(app)/workspace/+layout.svelte(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.