api: remove unused RetrieveModelResponse type (#10603)

This commit is contained in:
Jeffrey Morgan
2025-05-06 23:08:03 -07:00
committed by GitHub
parent af31ccefc0
commit 392de84031
2 changed files with 4 additions and 11 deletions

View File

@@ -466,13 +466,6 @@ type ProcessModelResponse struct {
SizeVRAM int64 `json:"size_vram"`
}
type RetrieveModelResponse struct {
Id string `json:"id"`
Object string `json:"object"`
Created int64 `json:"created"`
OwnedBy string `json:"owned_by"`
}
type TokenResponse struct {
Token string `json:"token"`
}