mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 09:04:27 +00:00
7 lines
88 B
Go
7 lines
88 B
Go
package llamactl
|
|
|
|
type Instance struct {
|
|
Status string
|
|
Options *LlamaServerOptions
|
|
}
|