You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle missing prompt_tokens_details in OpenAI-compatible APIs
Add checks for the existence of prompt_tokens_details in response objects
before attempting to access it. This fixes an issue when using third-party
OpenAI-compatible APIs that don't include cache-related information.
Fixes#82.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments