Merge branch 'master' into frontier

This commit is contained in:
qingxu fu 2023-11-19 21:50:19 +08:00
commit b506c06542
2 changed files with 14 additions and 13 deletions

View File

@ -1,6 +1,6 @@
> **Note**
>
> 2023.11.12: 紧急修复了endpoint异常的问题
> 2023.11.12: 某些依赖包尚不兼容python 3.12推荐python 3.11
>
> 2023.11.7: 安装依赖时,请选择`requirements.txt`中**指定的版本**。 安装命令:`pip install -r requirements.txt`。本项目开源免费,近期发现有人蔑视开源协议并利用本项目违规圈钱,请提高警惕,谨防上当受骗。
@ -108,7 +108,7 @@ cd gpt_academic
3. 安装依赖
```sh
# 选择I: 如熟悉python, python>=3.9备注使用官方pip源或者阿里pip源, 临时换源方法python -m pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
# 选择I: 如熟悉python, python推荐版本 3.9 ~ 3.11备注使用官方pip源或者阿里pip源, 临时换源方法python -m pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
python -m pip install -r requirements.txt
# 选择II: 使用Anaconda步骤也是类似的 (https://www.bilibili.com/video/BV1rc411W7Dr)

View File

@ -326,25 +326,26 @@ You can change the theme by modifying the `THEME` option (config.py).
1. `master` branch: Main branch, stable version
2. `frontier` branch: Development branch, test version
***
### V: References and Learning
```
The code references the designs of many other excellent projects, in no particular order:
# THU ChatGLM2-6B:
https://github.com/THUDM/ChatGLM2-6B
[THU ChatGLM2-6B](https://github.com/THUDM/ChatGLM2-6B)
# THU JittorLLMs:
https://github.com/Jittor/JittorLLMs
# ChatPaper:
https://github.com/kaixindelele/ChatPaper
[THU JittorLLMs](https://github.com/Jittor/JittorLLMs)
# Edge-GPT:
https://github.com/acheong08/EdgeGPT
# ChuanhuChatGPT:
https://github.com/GaiZhenbiao/ChuanhuChatGPT
[ChatPaper](https://github.com/kaixindelele/ChatPaper)
[Edge-GPT](https://github.com/acheong08/EdgeGPT)
[ChuanhuChatGPT](https://github.com/GaiZhenbiao/ChuanhuChatGPT)