Spaces:
Runtime error
Runtime error
Merge branch 'master' of https://github.com/binary-husky/chatgpt_academic into master
Browse files
README.md
CHANGED
@@ -94,7 +94,7 @@ cd chatgpt_academic
|
|
94 |
|
95 |
在`config.py`中,配置API KEY等设置,[特殊网络环境设置](https://github.com/binary-husky/gpt_academic/issues/1) 。
|
96 |
|
97 |
-
|
98 |
|
99 |
|
100 |
3. 安装依赖
|
@@ -272,6 +272,10 @@ Tip:不指定文件直接点击 `载入对话历史存档` 可以查看历史h
|
|
272 |
<img src="https://github.com/binary-husky/gpt_academic/assets/96192199/709ccf95-3aee-498a-934a-e1c22d3d5d5b" width="500" >
|
273 |
</div>
|
274 |
|
|
|
|
|
|
|
|
|
275 |
|
276 |
|
277 |
## 版本:
|
|
|
94 |
|
95 |
在`config.py`中,配置API KEY等设置,[特殊网络环境设置](https://github.com/binary-husky/gpt_academic/issues/1) 。
|
96 |
|
97 |
+
(P.S. 程序运行时会优先检查是否存在名为`config_private.py`的私密配置文件,并用其中的配置覆盖`config.py`的同名配置。因此,如果您能理解我们的配置读取逻辑,我们强烈建议您在`config.py`旁边创建一个名为`config_private.py`的新配置文件,并把`config.py`中的配置转移(复制)到`config_private.py`中。`config_private.py`不受git管控,可以让您的隐私信息更加安全。P.S.项目同样支持通过`环境变量`配置大多数选项,环境变量的书写格式参考`docker-compose`文件。读取优先级: `环境变量` > `config_private.py` > `config.py`)
|
98 |
|
99 |
|
100 |
3. 安装依赖
|
|
|
272 |
<img src="https://github.com/binary-husky/gpt_academic/assets/96192199/709ccf95-3aee-498a-934a-e1c22d3d5d5b" width="500" >
|
273 |
</div>
|
274 |
|
275 |
+
10. Latex全文校对纠错
|
276 |
+
<div align="center">
|
277 |
+
<img src="https://github.com/binary-husky/gpt_academic/assets/96192199/651ccd98-02c9-4464-91e1-77a6b7d1b033" width="500" >
|
278 |
+
</div>
|
279 |
|
280 |
|
281 |
## 版本:
|