A new default prompt template. Seems to work well with the repeat penalty.

pull/520/head
Adam Treat 1 year ago
parent b8b254cd9c
commit eac866ee90

@ -32,7 +32,8 @@ Dialog {
property int defaultMaxLength: 4096
property int defaultPromptBatchSize: 9
property int defaultThreadCount: 0
property string defaultPromptTemplate: "The prompt below is a question to answer, a task to complete, or a conversation to respond to; decide which and write an appropriate response.
property string defaultPromptTemplate: "### Instruction:
The prompt below is a question to answer, a task to complete, or a conversation to respond to; decide which and write an appropriate response.
### Prompt:
%1
### Response:\n"

Loading…
Cancel
Save