Explorar el Código

fix: fix llm models field

Fred Liang hace 1 año
padre
commit
ae0d68c27e
Se han modificado 1 ficheros con 0 adiciones y 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;
 }