We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd5198a + beb623c commit 60a7650Copy full SHA for 60a7650
1 file changed
src/commands/config.ts
@@ -155,8 +155,8 @@ const getDefaultModel = (provider: string | undefined): string => {
155
};
156
157
export enum DEFAULT_TOKEN_LIMITS {
158
- DEFAULT_MAX_TOKENS_INPUT = 40960,
159
- DEFAULT_MAX_TOKENS_OUTPUT = 4096
+ DEFAULT_MAX_TOKENS_INPUT = 4096,
+ DEFAULT_MAX_TOKENS_OUTPUT = 500
160
}
161
162
const validateConfig = (
0 commit comments