2023-03-22 17:54:15 +08:00
up
2023-03-20 17:04:40 +08:00
2023-03-22 17:54:15 +08:00
2023-03-22 17:25:37 +08:00
2023-03-21 13:35:53 +08:00
2023-03-21 13:35:53 +08:00
2023-03-20 17:44:03 +08:00
2023-03-22 17:25:37 +08:00
up
2023-03-20 17:04:40 +08:00
2023-03-22 17:54:15 +08:00
2023-03-22 17:54:15 +08:00
2023-03-22 16:09:37 +08:00
up
2023-03-20 17:04:40 +08:00
up
2023-03-20 17:04:40 +08:00

ChatGPT 学术优化

如果喜欢这个项目请给它一个Star

  • 支持GPT输出的markdown表格
  • 如果输出包含公式会同时以tex形式和渲染形式显示方便复制和阅读
  • 所有按钮都通过读取functional.py动态生成可随意加自定义功能解放粘贴板

直接运行 (Windows or Linux)

# 下载项目
git clone https://github.com/binary-husky/chatgpt_academic.git
cd chatgpt_academic
# 配置 海外Proxy 和 OpenAI API KEY
config.py
# 安装依赖
python -m pip install -r requirements.txt
# 运行
python main.py

使用docker (Linux)

# 下载项目
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": "",
},

配置代理

config.py中修改端口与代理软件对应 image image

参考项目

https://github.com/Python-Markdown/markdown
https://github.com/gradio-app/gradio
https://github.com/polarwinkel/mdtex2html
https://github.com/GaiZhenbiao/ChuanhuChatGPT
Description
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
Readme GPL-3.0 164 MiB
Languages
Python 84%
JavaScript 10%
HTML 3.5%
CSS 2.4%