7 个稳定版本
3.0.0 | 2023年12月23日 |
---|---|
2.0.0 | 2023年12月23日 |
1.1.3 | 2023年6月13日 |
1.1.2 | 2023年4月8日 |
1.1.1 | 2023年3月31日 |
#1213 在 命令行工具
13KB
136 行
安装
cargoinstall tiny_ChatGPT_cli
使用示例
常规使用
~/i/tiny_chatgpt_cli $ chatgpt
(i) Enter an empty line to stop
>>> hello
Hello! How can I assist you today?
>>> evaluate 34 + 67
34 + 67 = 101
>>>
Used tokens amount: 59
命令模式
~/i/tiny_chatgpt_cli $ chatgpt cmd
Input the description of a command: get amount of lines in main.rs
> wc -l main.rs
To apply the command, input nothing. To not apply it, input something.
wc -l main.rs
136 main.rs
依赖项
~8–20MB
~313K SLoC