mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 17:14:28 +00:00
Refactor instance management and add InstanceManager interface
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
type InstanceOptions struct {
|
||||
Name string
|
||||
Name string `json:"name,omitempty"`
|
||||
*LlamaServerOptions
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user