mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-06 09:20:33 +00:00
A new default prompt template. Seems to work well with the repeat penalty.
This commit is contained in:
parent
70b06d5cf1
commit
b8b6137122
@ -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…
Reference in New Issue
Block a user