bolt.new/packages/bolt/app/lib/.server/llm/constants.ts
2024-07-19 11:12:55 +02:00

6 lines
216 B
TypeScript

// see https://docs.anthropic.com/en/docs/about-claude/models
export const MAX_TOKENS = 8192;
// limits the number of model responses that can be returned in a single request
export const MAX_RESPONSE_SEGMENTS = 2;