Update README.md
This commit is contained in:
parent
5092e710c5
commit
1faffeca49
13
README.md
13
README.md
@ -26,6 +26,19 @@ docker run --rm -it --net=host gpt-academic
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## 添加新的便捷按钮
|
||||||
|
打开functional.py,只需看一眼就知道怎么弄了
|
||||||
|
例如
|
||||||
|
```
|
||||||
|
"英译中": {
|
||||||
|
"Prefix": "请翻译成中文:\n\n",
|
||||||
|
"Button": None,
|
||||||
|
"Suffix": "",
|
||||||
|
},
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## 参考项目
|
## 参考项目
|
||||||
```
|
```
|
||||||
https://github.com/Python-Markdown/markdown
|
https://github.com/Python-Markdown/markdown
|
||||||
|
Loading…
x
Reference in New Issue
Block a user