mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-01 11:34:13 +08:00
12 lines
202 B
Go
12 lines
202 B
Go
package dto
|
|
|
|
type OllamaModelInfo struct {
|
|
Name string `json:"name"`
|
|
Size string `json:"size"`
|
|
Modified string `json:"modified"`
|
|
}
|
|
|
|
type OllamaModelName struct {
|
|
Name string `json:"name"`
|
|
}
|