gorilla
gorilla copied to clipboard
Gorilla: Training and Evaluating LLMs for Function Calls (Tool Calls)
The goal of this feature is to allow the user to run the code outputted by Gorilla (Row #26 on the spreadsheet) Current progress: The program spawns a docker container...
**Is the feature request related to a problem?** With OpenAI, the function calling messages look like this: ```js [ { role: "system", content: "You are a data engineer" }, {...
After observing discussions on the collaborative page regarding practical examples for Gorilla, I decided to attempt to create a cookbook section. I added a small project that showcases a Flask-based...
Hi Gorilla authors! Congrats on the new Gorilla OpenFunctions model. Super cool stuff :) Just a quick question about the OpenFunctions test set found at https://raw.githubusercontent.com/ShishirPatil/gorilla/a0b0d3174c581d18d615e3dc63935483e9d45da7/openfunctions/gorilla_openfunctions_test.json. Seems like some of...
APIS.guru has over 2500 OpenAPI specs, in total describing over 111k API endpoint operations (e.g. create playlist in Spotify is an operation). This is a draft PR for early feedback...
Mistral
When functions are made available to the model they are incorrectly and unnecessarily invoked. System messages or modified user messages did little to improve outcomes. # Input with function available...
Exception: You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0 - see the README at https://github.com/openai/openai-python for the API. You can run `openai migrate` to automatically...
Adding a basic pre-commit config file and a GitHub workflow to run it on pull requests and merges to the default branch. Closes #112