mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
remove template (#5655)
This commit is contained in:
parent
f7ee012300
commit
057d31861e
5 changed files with 16 additions and 50 deletions
|
@ -221,6 +221,8 @@ type DeleteRequest struct {
|
|||
type ShowRequest struct {
|
||||
Model string `json:"model"`
|
||||
System string `json:"system"`
|
||||
|
||||
// Template is deprecated
|
||||
Template string `json:"template"`
|
||||
Verbose bool `json:"verbose"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue