mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 10:05:35 +08:00
Merge pull request #5180 from frostime/contrib-modellist
✨ feat: 调整模型列表,将自定义模型放在前面显示
This commit is contained in:
@@ -64,12 +64,14 @@ export interface LLMModel {
|
||||
displayName?: string;
|
||||
available: boolean;
|
||||
provider: LLMModelProvider;
|
||||
sorted: number;
|
||||
}
|
||||
|
||||
export interface LLMModelProvider {
|
||||
id: string;
|
||||
providerName: string;
|
||||
providerType: string;
|
||||
sorted: number;
|
||||
}
|
||||
|
||||
export abstract class LLMApi {
|
||||
|
Reference in New Issue
Block a user