Spaces:
Runtime error
Runtime error
binary-husky
commited on
Commit
•
1a301e0
1
Parent(s):
32824f3
Update README.md
Browse files
README.md
CHANGED
@@ -55,10 +55,10 @@ docker run --rm -it --net=host gpt-academic
|
|
55 |
|
56 |
|
57 |
## 自定义新的便捷按钮(学术快捷键自定义)
|
58 |
-
打开functional.py
|
59 |
例如
|
60 |
```
|
61 |
-
"
|
62 |
|
63 |
# 前缀,会被加在你的输入之前。例如,用来描述你的要求,例如翻译、解释代码、润色等等
|
64 |
"Prefix": "请翻译把下面一段内容成中文,然后用一个markdown表格逐一解释文中出现的专有名词:\n\n",
|
@@ -68,7 +68,9 @@ docker run --rm -it --net=host gpt-academic
|
|
68 |
|
69 |
},
|
70 |
```
|
71 |
-
|
|
|
|
|
72 |
|
73 |
|
74 |
如果你发明了更好用的学术快捷键,欢迎发issue或者pull requests!
|
@@ -76,8 +78,12 @@ docker run --rm -it --net=host gpt-academic
|
|
76 |
## 配置代理
|
77 |
|
78 |
在```config.py```中修改端口与代理软件对应
|
79 |
-
|
80 |
-
|
|
|
|
|
|
|
|
|
81 |
配置完成后,你可以用以下命令测试代理是否工作,如果一切正常,下面的代码将输出你的代理服务器所在地:
|
82 |
```
|
83 |
python check_proxy.py
|
|
|
55 |
|
56 |
|
57 |
## 自定义新的便捷按钮(学术快捷键自定义)
|
58 |
+
打开functional.py,只需看一眼就知道怎么弄了,
|
59 |
例如
|
60 |
```
|
61 |
+
"超级英译中": {
|
62 |
|
63 |
# 前缀,会被加在你的输入之前。例如,用来描述你的要求,例如翻译、解释代码、润色等等
|
64 |
"Prefix": "请翻译把下面一段内容成中文,然后用一个markdown表格逐一解释文中出现的专有名词:\n\n",
|
|
|
68 |
|
69 |
},
|
70 |
```
|
71 |
+
<div align="center">
|
72 |
+
<img src="https://user-images.githubusercontent.com/96192199/226899272-477c2134-ed71-4326-810c-29891fe4a508.png" width="500" >
|
73 |
+
</div>
|
74 |
|
75 |
|
76 |
如果你发明了更好用的学术快捷键,欢迎发issue或者pull requests!
|
|
|
78 |
## 配置代理
|
79 |
|
80 |
在```config.py```中修改端口与代理软件对应
|
81 |
+
|
82 |
+
<div align="center">
|
83 |
+
<img src="https://user-images.githubusercontent.com/96192199/226571294-37a47cd9-4d40-4c16-97a2-d360845406f7.png" width="500" >
|
84 |
+
<img src="https://user-images.githubusercontent.com/96192199/226838985-e5c95956-69c2-4c23-a4dd-cd7944eeb451.png" width="500" >
|
85 |
+
</div>
|
86 |
+
|
87 |
配置完成后,你可以用以下命令测试代理是否工作,如果一切正常,下面的代码将输出你的代理服务器所在地:
|
88 |
```
|
89 |
python check_proxy.py
|