gorilla-cli icon indicating copy to clipboard operation
gorilla-cli copied to clipboard

LLMs for your CLI

Results 23 gorilla-cli issues
Sort by recently updated
recently updated
newest added

After installing Gorilla, I attempted to generate a file, but encountered the following error: Unable to generate userid: Command '['git', 'config', '--global', 'user.email']' returned non-zero exit status 1 Solution: Upon...

# Personalization with Bash history Leveraging the synthesis of user's bash history to see if we can personalize the responses from Gorilla. We also use Microsoft Presidio to anonymize their...

The installer is the `Gorilla-CLI.exe` in the `dist_exe` folder. The scripts that are used to generate the installer are also attached in the `dist_exe/scripts` folder.

**Addressing initial discussions and comments in #1** - Combine `UPDATE_CHECK_FILE` and `USERID_FILE` into one `config.json` - Allow user to preset Gorilla to use only some models through `--set_models ` -...

## Attempt 1: Docker ```python def main(): dockerfile_dir = os.path.expanduser('~/anaconda3/lib/python3.10/site-packages') image_name = 'go_cli_sandbox' def build_docker_image(): try: completed_process = subprocess.run(['docker', 'images', '-q', image_name],/ stdout=subprocess.PIPE, check=True, text=True) # Check if image ID...

Thank you for the project and the paper; seems good work ! In the paper it is clear how you created the api database(ApiBench). I wondered that how did you...

Hey guys, Thought this project was neat but realized it wasn't available on the AUR. I went ahead and created a AUR package for this, check it out if you're...

Hi, Gorilla-CLI fuses the capabilities of various Language Learning Models (LLMs) like [Gorilla LLM](https://github.com/ShishirPatil/gorilla/), OpenAI's GPT-4, Claude v1, and others to present a user-friendly command-line interface. Does it mean user...

### Environment - **OS**: MS Windows 11 64-bit ### Problem Description When trying to execute the Gorilla command to generate random characters into a file, I encountered an issue with...