Crates.io | lmgpt |
lib.rs | lmgpt |
version | 0.1.5 |
source | src |
created_at | 2023-07-16 18:57:58.130589 |
updated_at | 2023-07-18 03:00:27.010256 |
description | Use LM programs to drive ChatGPT in a functional style |
homepage | |
repository | https://github.com/andrew-johnson-4/lmgpt |
max_upload_size | |
id | 917904 |
size | 42,255 |
lmgpt is an adapter to connect LM programs with the ChatGPT service.
history := λyyyy mm dd. Tell me a historical event that happened on (month mm) dd yyyy
error (history 1932 09 17)
lmgpt example.lm
On September 17, 1932, the military coup known as the "Revolution of 1932" took place in Brazil. This event marked a significant moment in Brazilian history and had lasting effects on the country's political landscape.
cargo install lmgpt
export OPENAI_API_KEY=<your_api_key>