We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5198a commit beb623cCopy full SHA for beb623c
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