mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-21 08:16:50 +08:00
init
This commit is contained in:
@@ -6,7 +6,7 @@ export function collectModelTable(
|
||||
) {
|
||||
const modelTable: Record<
|
||||
string,
|
||||
{ available: boolean; name: string; displayName: string }
|
||||
{ available: boolean; name: string; displayName: string; describe: string }
|
||||
> = {};
|
||||
|
||||
// default models
|
||||
@@ -37,6 +37,7 @@ export function collectModelTable(
|
||||
name,
|
||||
displayName: displayName || name,
|
||||
available,
|
||||
describe: "",
|
||||
};
|
||||
});
|
||||
return modelTable;
|
||||
|
||||
Reference in New Issue
Block a user