mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-09 20:07:19 +00: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 real defaultRepeatPenalty: 1.10
|
||||||
property int defaultRepeatPenaltyTokens: 64
|
property int defaultRepeatPenaltyTokens: 64
|
||||||
property int defaultThreadCount: 0
|
property int defaultThreadCount: 0
|
||||||
property string defaultPromptTemplate: "### Instruction:
|
property string defaultPromptTemplate: "### Human:
|
||||||
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
|
%1
|
||||||
### Response:\n"
|
### Assistant:\n"
|
||||||
property string defaultModelPath: Download.defaultLocalModelsPath()
|
property string defaultModelPath: Download.defaultLocalModelsPath()
|
||||||
|
|
||||||
property alias temperature: settings.temperature
|
property alias temperature: settings.temperature
|
||||||
|
Loading…
Reference in New Issue
Block a user