We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704c1be commit a8a2f9aCopy full SHA for a8a2f9a
core/constants/src/const.ts
@@ -65,7 +65,7 @@ export default {
65
// - maxTokens: maximum number of tokens to generate
66
// - How tokens are counted in Amazon Bedrock:
67
// - https://docs.aws.amazon.com/bedrock/latest/userguide/quotas-token-burndown.html
68
- max_tokens : 1024,
+ max_tokens : 10240,
69
// - temperature: randomness (max: 1.0, default: 0.7)
70
// -- OR --
71
// - topP: diversity of word choice (max: 1.0, default: 0.9)
0 commit comments