gorilla logo

gorilla

ShishirPatil/gorilla

Training and Evaluating LLMs for Function Calls (Tool Calls)

GraphCanon updated today · GitHub synced today

13k
Stars
1.4k
Forks
264
Open issues
94
Watchers
3mo
Last push
Python Apache-2.0Created May 19, 2023

Trust & integrity

Full report
Maintenance
Steady (89d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

A toolset for training and evaluating large language models with functions calls or tool usages.

Capability facts

Languages
python

Source: github.language · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

```python import openai
Source link

Tags

README

Quick Start

Try Gorilla in your browser:


Installation Options

  1. Gorilla CLI - Fastest way to get started
pip install gorilla-cli
gorilla generate 100 random characters into a file called test.txt

Learn more about Gorilla CLI →

  1. Run Gorilla Locally
git clone https://github.com/ShishirPatil/gorilla.git
cd gorilla/inference

Detailed local setup instructions →

  1. Use OpenFunctions
import openai

openai.api_key = "EMPTY"
openai.api_base = "http://luigi.millennium.berkeley.edu:8000/v1"

---

## License

Gorilla is Apache 2.0 licensed, making it suitable for both academic and commercial use.