Fix issues with /set template and /set system (#1486)

This commit is contained in:
Jeffrey Morgan
2023-12-12 14:43:19 -05:00
committed by GitHub
parent 3144e2a439
commit 0a9d348023
5 changed files with 38 additions and 37 deletions

View File

@@ -66,7 +66,7 @@ func (m *Model) Prompt(p PromptVars) (string, error) {
}
if p.System == "" {
// use the default system prompt for this model if one is not specified
// use the default system message for this model if one is not specified
p.System = m.System
}