mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #9547] Add a GitHub connection to keep source files up-to-date in chats #118864
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 @LorenDB on GitHub (Feb 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9547
Feature Request
Is your feature request related to a problem? Please describe.
I have been using Open WebUI to assist in some app development, but right now I have to upload source files manually to let the model access them.
Describe the solution you'd like
Provide a mechanism to connect GitHub repos (or any other Git server) and add source files from the repo to the chat. There would need to be some method of ensuring that when those files get updated in the repo, the model is provided with an up-to-date version as well.