Skip to content

Commit f6a4d51

Browse files
committed
fix disable thinking (#911)
1 parent 39a2c1c commit f6a4d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/app/src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export const actionRowsPerPage = 100;
282282
export const knowledgeRowsPerPage = 20;
283283
export const chatRowsPerPage = 100;
284284

285-
export const reasoningEffortEnum = ['disabled', 'minimal', 'low', 'medium', 'high'];
285+
export const reasoningEffortEnum = ['disable', 'minimal', 'low', 'medium', 'high'];
286286

287287
//* Non-local
288288
export const userRoles = ['GUEST', 'MEMBER', 'ADMIN'] as const;

0 commit comments

Comments
 (0)