소스 검색

fix: fix llm models field

Fred Liang 1 년 전
부모
커밋
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;
 }