An open API service indexing awesome lists of open source software.

https://github.com/vasilisp/aivoke

KISS CLI tool for using LLMs and managing prompts
https://github.com/vasilisp/aivoke

Last synced: 2 months ago
JSON representation

KISS CLI tool for using LLMs and managing prompts

Awesome Lists containing this project

README

        

# aivoke

KISS CLI tool for using LLMs and managing prompts

```bash
# 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
```