deprecate modelfile embed command (#759)

This commit is contained in:
Bruce MacDonald
2023-10-16 11:07:37 -04:00
committed by GitHub
parent 06bcfbd629
commit a0c3e989de
9 changed files with 19 additions and 301 deletions

View File

@@ -12,7 +12,7 @@ func TestModelPrompt(t *testing.T) {
Template: "a{{ .Prompt }}b",
Prompt: "<h1>",
}
s, err := m.Prompt(req, "")
s, err := m.Prompt(req)
if err != nil {
t.Fatal(err)
}