gorilla-llm / gorilla-cli

LLMs for your CLI
https://gorilla.cs.berkeley.edu/
Apache License 2.0
1.28k stars 75 forks source link

Get OS and prefill shell with user commands #42

Closed ShishirPatil closed 11 months ago

ShishirPatil commented 1 year ago

Thoughts, suggestions, and reviews welcome!

Relevant to #39 and #12

Buttars commented 1 year ago

It would also be nice to be able to edit the command before executing it. Sometimes the LLM gets pretty lose but not perfect and needs some tweaking before being ran. This and the committing to the shell history should likely be behind configuration options. .config/gorilla-cli/config.yml or something similar. Thoughts?