镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-06 22:46:48 +00:00
比较提交
3 次代码提交
version2.6
...
version2.6
| 作者 | SHA1 | 提交日期 | |
|---|---|---|---|
|
|
c325c6869f | ||
|
|
60848b21dc | ||
|
|
14c70c092d |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -55,6 +55,7 @@ coverage.xml
|
|||||||
*.pot
|
*.pot
|
||||||
github
|
github
|
||||||
.github
|
.github
|
||||||
|
.idea/
|
||||||
TEMP
|
TEMP
|
||||||
TRASH
|
TRASH
|
||||||
|
|
||||||
@@ -132,6 +133,7 @@ dmypy.json
|
|||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
.vscode
|
.vscode
|
||||||
|
.idea
|
||||||
|
|
||||||
history
|
history
|
||||||
ssr_conf
|
ssr_conf
|
||||||
|
|||||||
@@ -54,17 +54,17 @@ Compatible with [TGUI](https://github.com/oobabooga/text-generation-webui) to ac
|
|||||||
|
|
||||||
- All buttons are dynamically generated by reading `functional.py`, and custom functions can be added freely, freeing up the clipboard.
|
- All buttons are dynamically generated by reading `functional.py`, and custom functions can be added freely, freeing up the clipboard.
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="公式.gif" width="700" >
|
<img src="https://user-images.githubusercontent.com/96192199/231975334-b4788e91-4887-412f-8b43-2b9c5f41d248.gif" width="700" >
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- Refinement/Correction
|
- Refinement/Correction
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="润色.gif" width="700" >
|
<img src="https://user-images.githubusercontent.com/96192199/231980294-f374bdcb-3309-4560-b424-38ef39f04ebd.gif" width="700" >
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- Supports markdown tables output by GPT.
|
- Supports markdown tables output by GPT.
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="demo2.jpg" width="500" >
|
<img src="https://user-images.githubusercontent.com/96192199/230598842-1d7fcddd-815d-40ee-af60-baf488a199df.png" width="700" >
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- If the output contains formulas, both the tex form and the rendering form are displayed simultaneously for easy copying and reading.
|
- If the output contains formulas, both the tex form and the rendering form are displayed simultaneously for easy copying and reading.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
gradio>=3.25.0
|
gradio==3.25.0
|
||||||
tiktoken>=0.3.3
|
tiktoken>=0.3.3
|
||||||
requests[socks]
|
requests[socks]
|
||||||
transformers
|
transformers
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户