Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 553 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 553 Bytes

一个超级简单的利用LLM处理复制内容的小程序,提供直接可用的exe程序。

A super simple little program that uses LLM to handle copied content, providing a directly usable .exe.

  1. 在setting.json设置你的API_key。

    Set your API key in setting.json.

  2. 在prompts.json中添加一个新的任务!

    Add a new task in prompts.json!

  3. 增加了python-tgpt后端,可以无需API运行。

    Added the python-tgpt backend, allowing it to run without an API.

python-tgpt