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.
Before running Goracle, make sure ollama
has been installed. By default Meta-Llama-3-8B-Instruct
is being used.
ollama serve
go run .
The ollama serve
will start the ollama server see ollama serve --help
for more details about the command.
TBD