From eac866ee9038bf5fdb9c4680564a5084fec665e5 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 25 Apr 2023 12:37:14 -0400 Subject: [PATCH] A new default prompt template. Seems to work well with the repeat penalty. --- qml/SettingsDialog.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qml/SettingsDialog.qml b/qml/SettingsDialog.qml index d8610536..f81076c1 100644 --- a/qml/SettingsDialog.qml +++ b/qml/SettingsDialog.qml @@ -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"