Commit 59734ca2 authored by Michael Yang's avatar Michael Yang
Browse files

set default template

parent 2ecc3a33
......@@ -163,8 +163,9 @@ func GetModel(name string) (*Model, error) {
}
model := &Model{
Name: mp.GetFullTagname(),
Digest: manifest.Config.Digest,
Name: mp.GetFullTagname(),
Digest: manifest.Config.Digest,
Template: "{{ .Prompt }}",
}
for _, layer := range manifest.Layers {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment