Spaces:
Runtime error
Runtime error
Merge branch 'master' of github.com:binary-husky/chatgpt_academic into master
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ If you like this project, please give it a Star. If you've come up with more use
|
|
30 |
<img src="https://user-images.githubusercontent.com/96192199/226935232-6b6a73ce-8900-4aee-93f9-733c7e6fef53.png" width="700" >
|
31 |
</div>
|
32 |
|
33 |
-
## 直接运行 (Windows or Linux)
|
34 |
|
35 |
```
|
36 |
# 下载项目
|
@@ -63,7 +63,7 @@ docker run --rm -it --net=host gpt-academic
|
|
63 |
|
64 |
|
65 |
## 自定义新的便捷按钮(学术快捷键自定义)
|
66 |
-
打开functional.py
|
67 |
例如
|
68 |
```
|
69 |
"超级英译中": {
|
|
|
30 |
<img src="https://user-images.githubusercontent.com/96192199/226935232-6b6a73ce-8900-4aee-93f9-733c7e6fef53.png" width="700" >
|
31 |
</div>
|
32 |
|
33 |
+
## 直接运行 (Windows or Linux or MacOS)
|
34 |
|
35 |
```
|
36 |
# 下载项目
|
|
|
63 |
|
64 |
|
65 |
## 自定义新的便捷按钮(学术快捷键自定义)
|
66 |
+
打开functional.py,添加条目如下,然后重启程序即可。(如果按钮已经添加成功并可见,那么前缀、后缀都支持热修改,无需重启程序即可生效。)
|
67 |
例如
|
68 |
```
|
69 |
"超级英译中": {
|