fix: update fields value

This commit is contained in:
jialin
2025-04-30 14:56:34 +08:00
parent fe52238ac2
commit 69f398c594
7 changed files with 33 additions and 10 deletions
+4 -2
View File
@@ -477,6 +477,7 @@ export const excludeFields = [
'gpu_selector'
];
// if some fields need to trigger manual check, add them here
export const updateExcludeFields = [
'repo_id',
'file_name',
@@ -487,10 +488,11 @@ export const updateExcludeFields = [
'local_path',
'backend_version',
'ollama_library_model_name',
'scheduleType',
'backend',
'gpu_selector',
'categories'
'categories',
'env',
'replicas'
];
export const formFields = [