Skip to content

Commit a8a2f9a

Browse files
author
Fedor Pavlov
committed
max_tokes: 10240
1 parent 704c1be commit a8a2f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/constants/src/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565
// - maxTokens: maximum number of tokens to generate
6666
// - How tokens are counted in Amazon Bedrock:
6767
// - https://docs.aws.amazon.com/bedrock/latest/userguide/quotas-token-burndown.html
68-
max_tokens : 1024,
68+
max_tokens : 10240,
6969
// - temperature: randomness (max: 1.0, default: 0.7)
7070
// -- OR --
7171
// - topP: diversity of word choice (max: 1.0, default: 0.9)

0 commit comments

Comments
 (0)