mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-08 01:54:24 +00:00
Refactor instance options structure and related code
This commit is contained in:
@@ -15,7 +15,7 @@ func TestStripNodesFromOptions(t *testing.T) {
|
||||
}
|
||||
|
||||
// Test main case: nodes should be stripped, other fields preserved
|
||||
options := &instance.CreateInstanceOptions{
|
||||
options := &instance.Options{
|
||||
BackendType: backends.BackendTypeLlamaCpp,
|
||||
Nodes: []string{"node1", "node2"},
|
||||
Environment: map[string]string{"TEST": "value"},
|
||||
|
||||
Reference in New Issue
Block a user