Browse Source

fix: fix llm models field

Fred Liang 1 year ago
parent
commit
ae0d68c27e
1 changed files with 0 additions and 1 deletions
  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;
 }