diff --git a/server/images_test.go b/server/images_test.go index d438f4bd..b7fbf964 100644 --- a/server/images_test.go +++ b/server/images_test.go @@ -9,7 +9,6 @@ func TestModelPrompt(t *testing.T) { Template: "a{{ .Prompt }}b", } s, err := m.Prompt(&PromptVars{ - First: true, Prompt: "

", }) if err != nil {