refactor(openai): drop SDK dependency and switch to native HTTP client

This commit is contained in:
zhayujie
2026-04-27 20:21:54 +08:00
parent 5c65196e44
commit 8752f0cc60
8 changed files with 920 additions and 330 deletions

View File

@@ -1,4 +1,3 @@
openai==0.27.8
aiohttp>=3.8.6,<3.10
requests>=2.28.2
chardet>=5.1.0