Add Copilot-Vision-Request header for image requests

fixes #222
This commit is contained in:
Mario Zechner 2025-12-19 05:12:40 +01:00
parent 575dcb2676
commit 0dbc1065ad
3 changed files with 30 additions and 0 deletions

View file

@ -12,6 +12,8 @@
- **Google baseUrl configuration**: Google provider now respects `baseUrl` configuration for custom endpoints or API proxies. ([#216](https://github.com/badlogic/pi-mono/issues/216), [#221](https://github.com/badlogic/pi-mono/pull/221) by [@theBucky](https://github.com/theBucky))
- **GitHub Copilot vision requests**: Added `Copilot-Vision-Request` header when sending images to GitHub Copilot models. ([#222](https://github.com/badlogic/pi-mono/issues/222))
## [0.22.3] - 2025-12-16
### Added