changelogs/v4.22.3.md
<a id="chinese"></a>
vllm_rerank 提供商支持可配置的 rerank_api_suffix,可灵活适配不同 API 路径。(#7278)content 列表为空时将其置为 None,并降低空内容下的异常率。(#6551)function_response 格式要求导致的 400 Invalid argument 错误。(#7216pysocks 依赖导致的 SOCKS5 代理不可用问题。(#7221)cached_tokens 在 _extract_usage 中的处理逻辑,避免 token 统计错乱。(#6719)qrcode 依赖修复,恢复二维码生成功能。(commit)Record.path 在 Pydantic v2 下被错误视为必填字段的问题。(#7048)<a id="english"></a>
rerank_api_suffix for the vllm_rerank provider to support custom API paths.(#7278)content to None when content lists are empty, reducing empty-payload edge cases.(#6551)function_response compatibility to prevent 400 Invalid argument responses.(#7216)pysocks dependency so pip installs can use SOCKS5 proxy correctly.(#7221)_extract_usage cached token handling.(#6719)400 errors caused by empty assistant messages on strict APIs.(#7202)qrcode dependency to restore QR code generation.(commit)Record.path being incorrectly treated as required under Pydantic v2.(#7048)