fix(ai): track DeepSeek prompt cache hits

closes #3880
This commit is contained in:
Mario Zechner
2026-04-29 16:37:39 +02:00
parent fe1381389d
commit fc3cbedc6c
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed DeepSeek prompt cache hits to be tracked from `prompt_cache_hit_tokens` in OpenAI-compatible usage responses ([#3880](https://github.com/badlogic/pi-mono/issues/3880)).
## [0.70.6] - 2026-04-28
### Added