bolt.diy / app /lib /.server /llm /constants.ts
fernsdavid25
Update max_tokens in constants.ts
f761509 unverified
raw
history blame
216 Bytes
// see https://docs.anthropic.com/en/docs/about-claude/models
export const MAX_TOKENS = 8000;
// limits the number of model responses that can be returned in a single request
export const MAX_RESPONSE_SEGMENTS = 2;