mirror of
https://github.com/ollama/ollama.git
synced 2026-04-24 17:55:43 +02:00
Initial Functionality
This commit is contained in:
@@ -240,6 +240,7 @@ type ShowResponse struct {
|
||||
Details ModelDetails `json:"details,omitempty"`
|
||||
Messages []Message `json:"messages,omitempty"`
|
||||
ModelInfo map[string]any `json:"model_info,omitempty"`
|
||||
// * placing llm.KV creates an import cycle between api and llm...
|
||||
}
|
||||
|
||||
// CopyRequest is the request passed to [Client.Copy].
|
||||
|
||||
Reference in New Issue
Block a user