fix(ai): set bedrock claude default max tokens

closes #4848
This commit is contained in:
Mario Zechner
2026-05-21 23:27:40 +02:00
parent b0c5554902
commit 11c3da4f74
3 changed files with 40 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed Amazon Bedrock Claude requests to send the model output token cap by default, matching Anthropic requests and avoiding Bedrock's 4096-token default truncation ([#4848](https://github.com/earendil-works/pi/issues/4848)).
## [0.75.4] - 2026-05-20
### Changed