mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-15 05:02:06 +00:00
5 lines
216 B
TypeScript
5 lines
216 B
TypeScript
// 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;
|