Initial Functionality

This commit is contained in:
Roy Han
2024-06-07 17:44:24 -07:00
parent ebbaa8b513
commit 239a994c47
3 changed files with 101 additions and 4 deletions

View File

@@ -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].