mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #798] [CLOSED] feat: custom function plugin support #59323
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/798
Author: @tjbck
Created: 2/19/2024
Status: ❌ Closed
Base:
dev← Head:functions📝 Commits (3)
6caa775feat: function plugins support837feb4Merge branch 'main' into functions59de980Update main.py📊 Changes
4 files changed (+321 additions, -1 deletions)
View changed files
➕
backend/apps/functions/main.py(+172 -0)➕
backend/apps/functions/security.py(+140 -0)📝
backend/config.py(+7 -0)📝
backend/main.py(+2 -1)📄 Description
Added a custom function plugin support that opens up some exciting possibilities. With this addition, we can integrate custom functions into our RAG pipeline or utilise it for post-processing LLM responses. Imagine chaining custom functions with RAG or LLM automatically triggering functions to provide more accurate answers.
If you have other specific use cases in mind, I'm open to tailoring this PR towards your use cases as well! Let me know what you guys think!
Will start working on this in the near future, I appreciate your patience 🙌
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.