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

https://github.com/frixaco/llm

`simonw/llm` didn't work in WSL, so I made my own using Go and charm.sh
https://github.com/frixaco/llm

Last synced: about 2 months ago
JSON representation

`simonw/llm` didn't work in WSL, so I made my own using Go and charm.sh

Awesome Lists containing this project

README

        

## TODO

- [ ] `llm models` lists `claude 3.5 sonnet`, `gpt-4o`, `llama3-8b-8192` (by Groq) and allows picking default model
- [ ] `llm keys ` updates API key if `` provided, otherwise print out its value
- [ ] `llm ""` runs `` and return the response
- [ ] `llm -s ""` sets system prompt - ``, then runs the ``
- [ ] `llm commit -p ` uses `` as instruction to how to formulate commit message, then runs `git commit` with the commit message generated