fix(ai): cap context-sized default output budgets

closes #4614
This commit is contained in:
Mario Zechner
2026-05-17 20:06:59 +02:00
parent 6236ad5077
commit 6d474f8c1a
2 changed files with 17 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## [Unreleased]
### Fixed
- Fixed `streamSimple()` defaults for models whose advertised output limit is effectively their full context window to avoid impossible default requests ([#4614](https://github.com/earendil-works/pi/issues/4614)).
## [0.74.1] - 2026-05-16
### Added