zhouhui.jiang

更新依赖

...@@ -17,3 +17,9 @@ openai==2.6.1 ...@@ -17,3 +17,9 @@ openai==2.6.1
17 17
18 # HTTP 请求库 18 # HTTP 请求库
19 requests==2.31.0 19 requests==2.31.0
20 +
21 +# Web 服务器
22 +uvicorn[standard]>=0.24.0
23 +
24 +# 环境变量管理
25 +python-dotenv>=1.0.0
...\ No newline at end of file ...\ No newline at end of file
......