Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/informatter/goracle
Interact with your shell in natural language and goracle will output the corresponding command
https://github.com/informatter/goracle
cli large-language-models ollama
Last synced: 1 day ago
JSON representation
Interact with your shell in natural language and goracle will output the corresponding command
- Host: GitHub
- URL: https://github.com/informatter/goracle
- Owner: informatter
- License: mit
- Created: 2024-06-06T12:41:18.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-07T15:14:24.000Z (8 months ago)
- Last Synced: 2024-11-30T17:25:50.504Z (2 months ago)
- Topics: cli, large-language-models, ollama
- Language: Go
- Homepage:
- Size: 969 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Goracle 🔮
Goracle is an interactive CLI application that uses **local** LLMs which lets you interact with your shell in natural language and goracle will output the corresponding command.
![](https://github.com/informatter/goracle/blob/master/assets/goracle.gif)
## Run
Before running Goracle, make sure `ollama` has been installed. By default `Meta-Llama-3-8B-Instruct` is being used.
### Development
`ollama serve`
`go run .`
The `ollama serve` will start the ollama server see `ollama serve --help` for more details about the command.
### Binary
TBD