Prechádzať zdrojové kódy

fix: fix llm models field

Fred Liang 1 rok pred
rodič
commit
ae0d68c27e
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      app/client/api.ts

+ 0 - 1
app/client/api.ts

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