浏览代码

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