mirror of
https://github.com/ollama/ollama.git
synced 2025-07-28 16:33:09 +02:00
remove template (#5655)
This commit is contained in:
@@ -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"`
|
||||
|
||||
|
Reference in New Issue
Block a user