add system prompt to first legacy template

This commit is contained in:
Michael Yang 2024-07-10 11:00:07 -07:00
parent 4e262eb2a8
commit 41be28096a
4 changed files with 140 additions and 28 deletions

View file

@ -161,7 +161,7 @@ func TestChatPrompt(t *testing.T) {
{Role: "user", Content: "A test. And a thumping good one at that, I'd wager."},
},
expect: expect{
prompt: "You're a test, Harry! I-I'm a what? You are the Test Who Lived. A test. And a thumping good one at that, I'd wager. ",
prompt: "You are the Test Who Lived. You're a test, Harry! I-I'm a what? A test. And a thumping good one at that, I'd wager. ",
},
},
}