Эх сурвалжийг харах

fix: fix llm models field

Fred Liang 1 жил өмнө
parent
commit
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 {
   name: string;
-  displayName: string;
   available: boolean;
   provider: LLMModelProvider;
 }