feat(middleware):openai最新的请求中使用了zstd压缩数据,新增了中间件自动解压

This commit is contained in:
Pine
2026-05-27 11:38:04 +08:00
parent f309f4c61e
commit 4eee7ee082
4 changed files with 110 additions and 1 deletions
+1
View File
@@ -9,4 +9,5 @@ dependencies = [
"uvicorn>=0.44.0",
"requests>=2.28",
"rtoml>=0.13.0",
"zstandard>=0.25.0",
]