We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6180517 + 1bef4c5 commit 695edf7Copy full SHA for 695edf7
1 file changed
src/commands/config.ts
@@ -840,6 +840,7 @@ export const configValidators = {
840
typeof value === 'boolean',
841
'Must be true or false'
842
);
843
+ return value;
844
},
845
846
[CONFIG_KEYS.OCO_OLLAMA_THINK](value: any) {
@@ -848,7 +849,6 @@ export const configValidators = {
848
849
850
851
- return value;
852
}
853
};
854
0 commit comments