remove useless test from #691

This commit is contained in:
Mario Zechner 2026-01-13 18:08:52 +01:00
parent 8936c5d136
commit 3272040873
2 changed files with 1 additions and 57 deletions

View file

@ -9,7 +9,7 @@
### Added
- Extension example: `summarize.ts` for summarizing conversations using custom UI and an external model
- Vercel AI Gateway provider support: set `AI_GATEWAY_API_KEY` and use `--provider vercel-ai-gateway` ([#689](https://github.com/badlogic/pi-mono/pull/689) by [@timolins](https://github.com/timolins))
- Experimental Vercel AI Gateway provider support: set `AI_GATEWAY_API_KEY` and use `--provider vercel-ai-gateway`. Token usage is currently reported incorrectly by Anthropic Messages compatible endpoint. ([#689](https://github.com/badlogic/pi-mono/pull/689) by [@timolins](https://github.com/timolins))
### Fixed