remove template (#5655)

This commit is contained in:
Patrick Devine
2024-07-13 20:56:24 -07:00
committed by GitHub
parent f7ee012300
commit 057d31861e
5 changed files with 16 additions and 50 deletions

View File

@@ -843,7 +843,6 @@ type runOptions struct {
WordWrap bool
Format string
System string
Template string
Images []api.ImageData
Options map[string]interface{}
MultiModal bool
@@ -1037,7 +1036,6 @@ func generate(cmd *cobra.Command, opts runOptions) error {
Images: opts.Images,
Format: opts.Format,
System: opts.System,
Template: opts.Template,
Options: opts.Options,
KeepAlive: opts.KeepAlive,
}