Parcourir la source

fix: fix llm models field

Fred Liang il y a 1 an
Parent
commit
ae0d68c27e
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;
 }