mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
include modelfile messages
This commit is contained in:
parent
f5e3939220
commit
15af558423
3 changed files with 19 additions and 20 deletions
|
@ -362,7 +362,6 @@ func RunHandler(cmd *cobra.Command, args []string) error {
|
|||
|
||||
opts.MultiModal = slices.Contains(info.Details.Families, "clip")
|
||||
opts.ParentModel = info.Details.ParentModel
|
||||
opts.Messages = append(opts.Messages, info.Messages...)
|
||||
|
||||
if interactive {
|
||||
return generateInteractive(cmd, opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue