fix: config default settings

This commit is contained in:
Mikhail Beliakov
2025-03-28 19:17:02 +00:00
committed by GitHub
parent cd5198a96f
commit beb623cdcd

View File

@@ -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 = (