mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
A new default prompt template. Seems to work well with the repeat penalty.
This commit is contained in:
parent
b8b254cd9c
commit
eac866ee90
@ -32,7 +32,8 @@ Dialog {
|
|||||||
property int defaultMaxLength: 4096
|
property int defaultMaxLength: 4096
|
||||||
property int defaultPromptBatchSize: 9
|
property int defaultPromptBatchSize: 9
|
||||||
property int defaultThreadCount: 0
|
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:
|
### Prompt:
|
||||||
%1
|
%1
|
||||||
### Response:\n"
|
### Response:\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user