Skip to content

Commit

Permalink
Merge commit '43ed8cb8a8d582b2a278e70e527bac5324d64b8f'
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaawwa committed May 8, 2024
2 parents 979ab99 + 43ed8cb commit 8ad9f15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
MATHPIX_APPKEY = ""


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


Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
https://public.agent-matrix.com/publish/gradio-3.32.9-py3-none-any.whl
fastapi==0.110
gradio-client==0.8
pypdf2==2.12.1
zhipuai==2.0.1
Expand All @@ -22,9 +23,10 @@ pyautogen
colorama
Markdown
pygments
edge-tts
pymupdf
openai
rjsmin
arxiv
numpy
rich
rich

0 comments on commit 8ad9f15

Please sign in to comment.