Fix OpenRouter routing compat for custom providers

closes #5347
This commit is contained in:
Mario Zechner
2026-06-04 23:49:46 +02:00
parent 2808fc03f4
commit b9bfa7ed46
3 changed files with 6 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed OpenRouter routing preferences on OpenAI-compatible custom providers to send `compat.openRouterRouting` even when `baseUrl` does not point directly at OpenRouter ([#5347](https://github.com/earendil-works/pi/issues/5347)).
## [0.78.1] - 2026-06-04
### Added