更新FAQ和requirements,解决upload_file接口的两个异常
正在显示
| ... | ... | @@ -32,4 +32,6 @@ starlette~=0.26.1 |
| numpy~=1.23.5 | ||
| tqdm~=4.65.0 | ||
| requests~=2.28.2 | ||
| tenacity~=8.2.2 | ||
| \ No newline at end of file | ||
| tenacity~=8.2.2 | ||
| # 默认下载的charset_normalizer模块版本过高会抛出,`artially initialized module 'charset_normalizer' has no attribute 'md__mypyc' (most likely due to a circular import)` | ||
| charset_normalizer==2.1.0 | ||
| \ No newline at end of file |
请
注册
或者
登录
后发表评论