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

This commit is contained in:
Adam Treat 2023-04-25 12:37:14 -04:00
parent b8b254cd9c
commit eac866ee90

View File

@ -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"