瀏覽代碼

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;
 }