System Prompt Library #69
Labels
Department: Backend
Issues related to the logic of the code
Priority: Low
Status: On Hold
Type: Enhancement
Request to change or add a feature
I use different models for different purpose. I realized that I would like to be able to switch quickly the "system prompt" for a model.
For example use one prompt for "Java Programming" and another one for "Flutter Programming", one for casual chatting and one to solve reasoning problems. With that you could give your models different personalities and switch between them.
My implementation idea is the following.
Add a feature to create a prompt library. Each of them should have a unique name and the "prompt text".
We could add a new page "Prompts" to manage these (create, edit, delete).
In the chat window next to the model selection we would then allow to select from a drop down list the "prompt" to use.
If none are in the library or nothing is selected we use the "default prompt" or if overriden the "model specific default prompt".
The text was updated successfully, but these errors were encountered: