Unverified Commit 495e8b0a authored by Michael Yang's avatar Michael Yang Committed by GitHub
Browse files

Merge pull request #426 from jmorganca/default-template

set default template
parents 22ab7f5f 59734ca2
......@@ -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