fix(ai): restore detectCompat runtime fallback in openai-completions

refs #6020
This commit is contained in:
Mario Zechner
2026-06-23 23:29:44 +02:00
parent ef231c4910
commit e1a2dc04f4
2 changed files with 109 additions and 40 deletions
+1
View File
@@ -10,6 +10,7 @@
- Fixed request-scoped `apiKey` and `env` values to participate in provider auth resolution, so providers such as Cloudflare can derive request-specific base URLs from explicit call options ([#6021](https://github.com/earendil-works/pi/issues/6021)).
- Restored temporary legacy per-API stream aliases such as `streamSimpleOpenAICompletions` on the compat entrypoint ([#6016](https://github.com/earendil-works/pi/issues/6016), [#6017](https://github.com/earendil-works/pi/issues/6017)).
- Restored runtime `detectCompat` fallback in `openai-completions` for models without explicit compat metadata ([#6020](https://github.com/earendil-works/pi/issues/6020)).
## [0.80.1] - 2026-06-23