mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
🔢 [feat] Add token limit constant for Bedrock
- Define MAX_TOKENS_BEDROCK constant with value 4096
This commit is contained in:
parent
4becd8f60a
commit
aa4c5dc676
@ -1,5 +1,6 @@
|
||||
// see https://docs.anthropic.com/en/docs/about-claude/models
|
||||
export const MAX_TOKENS = 8192;
|
||||
export const MAX_TOKENS_BEDROCK = 4096;
|
||||
|
||||
// limits the number of model responses that can be returned in a single request
|
||||
export const MAX_RESPONSE_SEGMENTS = 2;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user