diff --git a/src/commands/config.ts b/src/commands/config.ts index f95e1f39..44c13cfd 100644 --- a/src/commands/config.ts +++ b/src/commands/config.ts @@ -840,6 +840,7 @@ export const configValidators = { typeof value === 'boolean', 'Must be true or false' ); + return value; }, [CONFIG_KEYS.OCO_OLLAMA_THINK](value: any) { @@ -848,7 +849,6 @@ export const configValidators = { typeof value === 'boolean', 'Must be true or false' ); - return value; } };