# Gorilla CLI Gorilla CLI revolutionizes your command-line interactions with a user-centric tool that understands natural language commands. Simply state your objective, and Gorilla CLI will generate potential commands for execution. No more need to recall intricate command-line arguments! Developed by UC Berkeley as a research prototype, Gorilla-CLI prioritizes user control and confidentiality: - Commands are executed solely with your explicit approval. - While we utilize queries and error logs (stderr) for model enhancement, we NEVER collect output data (stdout). Gorilla-CLI fuses the capabilities of various Language Learning Models (LLMs) like [Gorilla LLM](https://github.com/ShishirPatil/gorilla/), OpenAIs GPT-4, Claude v1, and others to present a user-friendly command-line interface. For each user query, we gather responses from all contributing LLMs, filter, sort, and present you with the most relevant options. We welcome your enhancements to Gorilla CLI! If you have improvements, feel free to submit a pull request on our GitHub page. Gorilla CLI operates under the Apache 2.0 license. More details can be found in the LICENSE file. Wed also like to extend our appreciation to [questionary](https://github.com/tmbo/questionary) for their fantastic UI!