feat: Add temporary system prompt
Adds a new setting that allows users to set a temporary system prompt for the current chat. This prompt will override the selected system prompt if it exists. The new setting is available in the "Current Chat Model Settings" modal. This feature provides a way to quickly experiment with different system prompts without having to change the default setting.
This commit is contained in:
@@ -84,7 +84,13 @@
|
||||
},
|
||||
"numGpu": {
|
||||
"label": "Num GPU",
|
||||
"placeholder": "Inserisci il numero di layer da inviare alla/e GPU" }
|
||||
"placeholder": "Inserisci il numero di layer da inviare alla/e GPU"
|
||||
},
|
||||
"systemPrompt": {
|
||||
"label": "Prompt di Sistema Temporaneo",
|
||||
"placeholder": "Inserisci il Prompt di Sistema",
|
||||
"help": "Questo è un modo rapido per impostare il prompt di sistema nella chat corrente, che sovrascriverà il prompt di sistema selezionato se esiste."
|
||||
}
|
||||
},
|
||||
"advanced": "Altre Impostazioni del Modello"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user