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
- Host: GitHub
- URL: https://github.com/frixaco/llm
- Owner: frixaco
- Created: 2024-10-21T14:56:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T19:11:14.000Z (7 months ago)
- Last Synced: 2025-01-30T01:16:34.124Z (4 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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