This repository contains Functions, i.e., plugins, for Open WebUI.
A filter function that injects a system prompt into all conversations (similar to the user system prompt, but for all users), unless the model in use has specific tags.
This prompt is added to the existing system prompt that contains model + folder + user or chat system prompt.
Example use case: You want custom instructions to apply to all conversations for general-purpose assistant use, but you don't want them for roleplay. → Use the filter with skip_tags set to "character, roleplay" (and make sure your models are tagged appropriately).