gorilla
gorilla copied to clipboard
Gorilla: Training and Evaluating LLMs for Function Calls (Tool Calls)
**Is the feature request related to a problem?** Currently the APIZoo is ballooning. (yay!!) While this is great news as we are covering more and more APIs that we support....
This project showcases how to create a WebAssembly (WASM) module in the browser that can execute an HTTP call, using a simple example of pinging Google. The JavaScript file (generateWasm.js)...
Training tutorial for gorilla
**Describe the bug** I am using gorilla-openfunctions-v1 to allow multiple function calling but it calls just the first one in the list **To Reproduce** Steps to reproduce the behavior: I...
I scraped Postman top 50 collections into format specified on the doc. I didn't add any of the optional arguments because most of the collections did not have that info....
Row 41 Task: Can you come up with a pair of API calls that perform an action and then undo them for the following services: Gmail, DoorDash, Stripe, Slack, Gmail,...
Implemented a RAG training pipeline that trains the encoder for the retriever; the encoder is a all-MiniLM-L6-v2 model fine-tuned on the squad dataset. The current LLM is Intel/dynamic_tinybert; going to...