Skip to content

v1.33.4

Choose a tag to compare

@caidaoli caidaoli released this 18 Dec 02:45
· 818 commits to master since this release

Bug Fixes

  • fix(proxy): 保留 499 context canceled 场景下已消耗的 token 统计 (f823b39)

问题

流式响应中途取消时(用户点"停止"),已消耗的 token 统计被丢弃

修复

  • handleNetworkError 添加 resreqCtx 参数
  • res 包含已消耗的 token 时调用 updateTokenStatsAsync
  • 新增 hasConsumedTokens 辅助函数
  • 添加 Test_HandleNetworkError_499_PreservesTokenStats 测试

Full Changelog: v1.33.3...v1.33.4