forked from XiaoMo/ChatGPT-Next-Web
fix: fix llm models field
This commit is contained in:
parent
070b191ffe
commit
ae0d68c27e
@ -45,7 +45,6 @@ export interface LLMUsage {
|
||||
|
||||
export interface LLMModel {
|
||||
name: string;
|
||||
displayName: string;
|
||||
available: boolean;
|
||||
provider: LLMModelProvider;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user