diff --git a/src/commands/config.ts b/src/commands/config.ts index 169ee3c..7e30cd5 100644 --- a/src/commands/config.ts +++ b/src/commands/config.ts @@ -155,8 +155,8 @@ const getDefaultModel = (provider: string | undefined): string => { }; export enum DEFAULT_TOKEN_LIMITS { - DEFAULT_MAX_TOKENS_INPUT = 40960, - DEFAULT_MAX_TOKENS_OUTPUT = 4096 + DEFAULT_MAX_TOKENS_INPUT = 4096, + DEFAULT_MAX_TOKENS_OUTPUT = 500 } const validateConfig = (