镜像自地址
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 |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -55,6 +55,7 @@ coverage.xml
|
||||
*.pot
|
||||
github
|
||||
.github
|
||||
.idea/
|
||||
TEMP
|
||||
TRASH
|
||||
|
||||
@@ -132,6 +133,7 @@ dmypy.json
|
||||
.pyre/
|
||||
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
history
|
||||
ssr_conf
|
||||
@@ -141,4 +143,4 @@ private.md
|
||||
private_upload
|
||||
other_llms
|
||||
cradle*
|
||||
debug*
|
||||
debug*
|
||||
|
||||
@@ -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.
|
||||
<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>
|
||||
|
||||
- Refinement/Correction
|
||||
<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>
|
||||
|
||||
- Supports markdown tables output by GPT.
|
||||
<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>
|
||||
|
||||
- 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
|
||||
requests[socks]
|
||||
transformers
|
||||
|
||||
在新工单中引用
屏蔽一个用户