Update images_test.go

This commit is contained in:
Bruce MacDonald 2023-11-17 15:02:04 -05:00
parent 1eff6853eb
commit 72ce843921

View File

@ -9,7 +9,6 @@ func TestModelPrompt(t *testing.T) {
Template: "a{{ .Prompt }}b",
}
s, err := m.Prompt(&PromptVars{
First: true,
Prompt: "<h1>",
})
if err != nil {