Merge branch 'master' into frontier

This commit is contained in:
binary-husky
2024-05-04 17:00:09 +08:00
3 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
> [!IMPORTANT]
> 2024.4.21: 开始测试3.75版本(`frontier`)分支引入多种TTS(文本转语音)模块
> 2024.5.1: 加入Doc2x翻译PDF论文的功能[查看详情](https://github.com/binary-husky/gpt_academic/wiki/Doc2x)
> 2024.4.30: 3.75版本引入Edge-TTS和SoVits语音克隆模块[查看详情](https://www.bilibili.com/video/BV1Rp421S7tF/)
> 2024.3.11: 恭迎Claude3和Moonshot全力支持Qwen、GLM、DeepseekCoder等中文大语言模型
> 2024.1.18: 更新3.70版本支持Mermaid绘图库让大模型绘制脑图
> 2024.1.17: 安装依赖时,请选择`requirements.txt`中**指定的版本**。 安装命令:`pip install -r requirements.txt`。本项目完全开源免费,您可通过订阅[在线服务](https://github.com/binary-husky/gpt_academic/wiki/online)的方式鼓励本项目的发展。
<br>

View File

@@ -229,7 +229,7 @@ MATHPIX_APPID = ""
MATHPIX_APPKEY = ""
# Mathpix 拥有执行PDF的OCR功能但是需要注册账号
# DOC2X的PDF解析服务注册账号并获取API KEY: https://doc2x.noedgeai.com/login
DOC2X_API_KEY = ""

View File

@@ -1,4 +1,5 @@
https://public.agent-matrix.com/publish/gradio-3.32.10-py3-none-any.whl
fastapi==0.110
gradio-client==0.8
pypdf2==2.12.1
zhipuai==2.0.1
@@ -22,9 +23,10 @@ pyautogen
colorama
Markdown
pygments
edge-tts
pymupdf
openai
rjsmin
arxiv
numpy
rich
rich