Skip to content

KISS CLI tool for using LLMs and managing prompts

License

Notifications You must be signed in to change notification settings

vasilisp/aivoke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aivoke

KISS CLI tool for using LLMs and managing prompts

# do not pipe to Bash at home
./aivoke bash "find all Golang files in the current directory and show me the individual and total line counts"  | bash
15 ./internal/util/id.go
10 ./internal/util/assert.go
36 ./internal/util/fs.go
14 ./internal/util/env.go
47 ./internal/openai/openai.go
39 ./internal/cli/cli.go
8 ./internal/data/data.go
9 ./cmd/main/aivoke/main.go
Total lines: 178

About

KISS CLI tool for using LLMs and managing prompts

Topics

Resources

License

Stars

Watchers

Forks

Languages