ChatGPT 学术优化
如果喜欢这个项目,请给它一个Star
使用docker
# 下载项目
git clone https://github.com/binary-husky/chatgpt_academic.git
cd chatgpt_academic
# 配置 海外Proxy 和 OpenAI API KEY
config.py
# 安装
docker build -t gpt-academic .
# 运行
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/gradio-app/gradio
https://github.com/polarwinkel/mdtex2html
https://github.com/GaiZhenbiao/ChuanhuChatGPT
			
		Description
				科研工作专用ChatGPT拓展,特别优化学术Paper润色体验,支持自定义快捷按钮,支持自定义函数插件,支持markdown表格显示,Tex公式双显示,代码显示功能完善,新增本地Python/C++/Go项目树剖析功能/项目源代码自译解能力,新增PDF和Word文献批量总结功能
						
						
						
					Languages
				
				
								
								
									Python
								
								70.4%
							
						
							
								
								
									JavaScript
								
								17.8%
							
						
							
								
								
									HTML
								
								7.1%
							
						
							
								
								
									CSS
								
								4.6%
							
						
					
