Merge branch 'master' into huggingface

This commit is contained in:
binary-husky
2023-05-28 21:21:12 +08:00
parent 90944bd744
commit 6f18d1716e
11 changed files with 75 additions and 50 deletions

View File

@@ -3,8 +3,6 @@ title: academic-chatgpt
emoji: 😻
colorFrom: blue
colorTo: blue
sdk: gradio
sdk_version: 3.28.3
python_version: 3.11
app_file: main.py
pinned: false
@@ -13,9 +11,9 @@ pinned: false
# ChatGPT 学术优化
> **Note**
>
> 安装依赖时请严格选择requirements.txt中**指定的版本**
> 5月27日对gradio依赖进行了较大的修复和调整fork并解决了官方Gradio的一系列bug。但如果27日当天进行了更新可能会导致代码报错依赖缺失卡在loading界面等请及时更新到**最新版代码**并重新安装pip依赖即可。若给您带来困扰还请谅解。安装依赖时请严格选择requirements.txt中**指定的版本**
>
> `pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/`
> `pip install -r requirements.txt -i https://pypi.org/simple`
>
# <img src="docs/logo.png" width="40" > GPT 学术优化 (GPT Academic)
@@ -315,7 +313,7 @@ gpt_academic开发者QQ群-2610599535
- 已知问题
- 某些浏览器翻译插件干扰此软件前端的运行
- gradio版本过高或过低,都会导致多种异常
- 官方Gradio目前有很多兼容性Bug请务必使用requirement.txt安装Gradio
## 参考与学习