mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-07 09:34:22 +00:00
Add on-demand start configuration to instance options and basic fields
This commit is contained in:
@@ -7,6 +7,7 @@ export const CreateInstanceOptionsSchema = z.object({
|
||||
max_restarts: z.number().optional(),
|
||||
restart_delay: z.number().optional(),
|
||||
idle_timeout: z.number().optional(),
|
||||
on_demand_start: z.boolean().optional(),
|
||||
|
||||
// Common params
|
||||
verbose_prompt: z.boolean().optional(),
|
||||
|
||||
Reference in New Issue
Block a user