Explorar o código

fix: fix llm models field

Fred Liang hai 1 ano
pai
achega
ae0d68c27e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;
 }