mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #18434] feat: Projects #57264
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 @chrisspen on GitHub (Oct 20, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18434
Check Existing Issues
Problem Description
A useful feature I use in virtually every LLM web service is a "project", which is just the ability to automatically seed an LLM with a specific prompt and maybe some reference files. GPT/Grok/Claude/etc all have something like this, but it's absent in Openwebui.
Desired Solution you'd like
Some way to create a named project with a field to enter a prompt, and then start a conversation with an LLM that seeds the conversation with this prompt. The project would then appear in the left hand nav menu so you could reselect an previous conversation or start a new one, again with the pre-seeded prompt.
Alternatives Considered
No response
Additional Context
No response
@silentoplayz commented on GitHub (Oct 20, 2025):
Already implemented as folders. See https://docs.openwebui.com/features/chat-features/conversation-organization/#basic-folder-operations
@chrisspen commented on GitHub (Oct 20, 2025):
@silentoplayz Thanks. I suspected the feature was hidden somewhere, just under a different name.