mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-02-11 17:40:35 +08:00
review code
This commit is contained in:
parent
f68cd2c5c0
commit
011b76e4e7
@ -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
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user