Fred Liang 2 лет назад
Родитель
Сommit
ae0d68c27e
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app/client/api.ts

+ 0 - 1
app/client/api.ts

@@ -45,7 +45,6 @@ export interface LLMUsage {
 
 
 export interface LLMModel {
 export interface LLMModel {
   name: string;
   name: string;
-  displayName: string;
   available: boolean;
   available: boolean;
   provider: LLMModelProvider;
   provider: LLMModelProvider;
 }
 }