fix: enable_model_route

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent 46969702a8
commit 11039a5c82
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export type SourceType =
export interface FormData {
image_name?: string;
run_command?: string;
enable_model_access?: boolean;
enable_model_route?: boolean;
backend: string;
restart_on_error?: boolean;
env?: Record<string, any>;