modellist: fix the system prompt

This commit is contained in:
Cebtenzzre 2023-09-25 09:46:30 -04:00 committed by Adam Treat
parent 8f3abb37ca
commit 31b20f093a

View File

@ -115,7 +115,7 @@ private:
double m_repeatPenalty = 1.18;
int m_repeatPenaltyTokens = 64;
QString m_promptTemplate = "### Human:\n%1\n### Assistant:\n";
QString m_systemPrompt = "### System:\nYou are an AI assistant who gives quality response to whatever humans ask of you.\n";
QString m_systemPrompt = "### System:\nYou are an AI assistant who gives a quality response to whatever humans ask of you.\n";
friend class MySettings;
};
Q_DECLARE_METATYPE(ModelInfo)