Experiment with a much shorter default prompt template.

pull/520/head
Adam Treat 1 year ago
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…
Cancel
Save