cai 0.1.0

The fastest CLI tool for prompting LLMs (powered by Groq AI)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.PHONY: help
help: makefile
	@tail -n +4 makefile | grep ".PHONY"


demo.gif: demo.tape
	vhs $<


.PHONY: test
test:
	cargo test -- --show-output


.PHONY: install
install:
	cargo install --path .