8个版本
0.1.5 | 2023年7月18日 |
---|---|
0.1.4 | 2023年7月18日 |
0.0.2 | 2023年7月16日 |
#17 in #函数式编程
每月22次下载
14KB
81 代码行(不包括注释)
lmgpt是一个适配器,用于将LM程序与ChatGPT服务连接。
LM示例
history := λyyyy mm dd. Tell me a historical event that happened on (month mm) dd yyyy
error (history 1932 09 17)
运行示例
lmgpt example.lm
示例输出
1932年9月17日,巴西发生了名为“1932年革命”的军事政变。这一事件在巴西历史上具有重大意义,并对国家的政治格局产生了深远影响。
安装
- 安装Rust
- 安装LMGPT
- 将API密钥设置为环境变量
cargo install lmgpt
export OPENAI_API_KEY=<your_api_key>
文档
依赖项
~11MB
~315K SLoC