mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
add system prompt to first legacy template
This commit is contained in:
parent
4e262eb2a8
commit
41be28096a
4 changed files with 140 additions and 28 deletions
|
@ -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. ",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue