chore: allow switch backend between vllm and mindie

This commit is contained in:
jialin
2025-04-14 19:29:55 +08:00
parent b108d4e287
commit 3d32ec7210
7 changed files with 53 additions and 22 deletions
+1 -1
View File
@@ -529,7 +529,7 @@ const Models: React.FC<ModelsProps> = ({
const config = modalConfig[item.key];
const hasLinuxWorker = workerList.some(
(worker) => worker.labels?.os === 'linux'
(worker) => _.toLower(worker.labels?.os) === 'linux'
);
if (config) {