mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-12-25 02:24:22 +00:00
Add command override to webui
This commit is contained in:
@@ -36,6 +36,10 @@ export const CreateInstanceOptionsSchema = z.object({
|
||||
// Environment variables
|
||||
environment: z.record(z.string(), z.string()).optional(),
|
||||
|
||||
// Execution context overrides
|
||||
docker_enabled: z.boolean().optional(),
|
||||
command_override: z.string().optional(),
|
||||
|
||||
// Backend configuration
|
||||
backend_type: z.enum([BackendType.LLAMA_CPP, BackendType.MLX_LM, BackendType.VLLM]).optional(),
|
||||
backend_options: BackendOptionsSchema.optional(),
|
||||
|
||||
Reference in New Issue
Block a user