smirkd commited on
Commit
02a5f86
·
1 Parent(s): 85570a5

Add isThinker property to fix TypeScript error

Browse files
Files changed (1) hide show
  1. lib/providers.ts +1 -0
lib/providers.ts CHANGED
@@ -12,5 +12,6 @@ export const MODELS = [
12
  label: "UIGENT-30B-3A Preview",
13
  providers: ["tesslate"],
14
  autoProvider: "tesslate",
 
15
  },
16
  ];
 
12
  label: "UIGENT-30B-3A Preview",
13
  providers: ["tesslate"],
14
  autoProvider: "tesslate",
15
+ isThinker: false,
16
  },
17
  ];