fix: ollama model change trigger check action

This commit is contained in:
jialin
2025-04-07 19:49:37 +08:00
parent 6be7f6ad68
commit 3843d1bd3e
6 changed files with 64 additions and 9 deletions
+2 -1
View File
@@ -469,5 +469,6 @@ export const excludeFields = [
'ollama_library_model_name',
'scheduleType',
'placement_strategy',
'backend'
'backend',
'gpu_selector'
];