lloydzhou 1 ano atrás
pai
commit
011b76e4e7
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      app/utils/model.ts

+ 0 - 1
app/utils/model.ts

@@ -27,7 +27,6 @@ export function collectModelTable(
     // using <modelName>@<providerId> as fullName
     modelTable[`${m.name}@${m?.provider?.id}`] = {
       ...m,
-      name,
       displayName: m.name, // 'provider' is copied over if it exists
     };
   });