mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Experiment with a much shorter default prompt template.
This commit is contained in:
parent
82c1d08b33
commit
0bb52fc5fe
@ -37,11 +37,9 @@ Dialog {
|
||||
property real defaultRepeatPenalty: 1.10
|
||||
property int defaultRepeatPenaltyTokens: 64
|
||||
property int defaultThreadCount: 0
|
||||
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:
|
||||
property string defaultPromptTemplate: "### Human:
|
||||
%1
|
||||
### Response:\n"
|
||||
### Assistant:\n"
|
||||
property string defaultModelPath: Download.defaultLocalModelsPath()
|
||||
|
||||
property alias temperature: settings.temperature
|
||||
|
Loading…
Reference in New Issue
Block a user