From 29f5ffb6726e3fab8c7fc7bfe017d037a693b10d Mon Sep 17 00:00:00 2001 From: Shishir Patil <30296397+ShishirPatil@users.noreply.github.com> Date: Sat, 1 Jul 2023 11:06:14 -0700 Subject: [PATCH] Update README about gorilla-cli release (#57) https://github.com/gorilla-llm/gorilla-cli --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8908c9744..58b7eb0b7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ **🟢 Gorilla is Apache 2.0** With Gorilla being fine-tuned on MPT, and Falcon, you can use Gorilla commercially with no obligations! :golf: -**:rocket: Try Gorilla in 60s** [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1DEBPsccVLF_aUnmD0FwPeHFrtdC0QIUP?usp=sharing) +**:rocket: Try Gorilla in 60s** [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1DEBPsccVLF_aUnmD0FwPeHFrtdC0QIUP?usp=sharing) + +:computer: Use [Gorilla in your CLI](https://github.com/gorilla-llm/gorilla-cli) **:newspaper_roll: Checkout our paper!** [![arXiv](https://img.shields.io/badge/arXiv-2305.15334-.svg?style=flat-square)](https://arxiv.org/abs/2305.15334) @@ -15,10 +17,11 @@ `Gorilla` enables LLMs to use tools by invoking APIs. Given a natural language query, Gorilla comes up with the semantically- and syntactically- correct API to invoke. With Gorilla, we are the first to demonstrate how to use LLMs to invoke 1,600+ (and growing) API calls accurately while reducing hallucination. We also release APIBench, the largest collection of APIs, curated and easy to be trained on! Join us, as we try to expand the largest API store and teach LLMs how to write them! Hop on our Discord, or open a PR, or email us if you would like to have your API incorporated as well. ## News +- 💻 [06/29] Released [gorilla-cli](https://github.com/gorilla-llm/gorilla-cli), LLMs for your CLI! - 🟢 [06/06] Released Commercially usable, Apache 2.0 licensed Gorilla models - :rocket: [05/30] Provided the [CLI interface](inference/README.md) to chat with Gorilla! - :rocket: [05/28] Released Torch Hub and TensorFlow Hub Models! -- :rocket: [05/27] Released the first Gorilla model! [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1DEBPsccVLF_aUnmD0FwPeHFrtdC0QIUP?usp=sharing) and [:hugs:](https://huggingface.co/gorilla-llm/gorilla-7b-hf-delta-v0)! +- :rocket: [05/27] Released the first Gorilla model! [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1DEBPsccVLF_aUnmD0FwPeHFrtdC0QIUP?usp=sharing) or [:hugs:](https://huggingface.co/gorilla-llm/gorilla-7b-hf-delta-v0)! - :fire: [05/27] We released the APIZoo contribution guide for community API contributions! - :fire: [05/25] We release the APIBench dataset and the evaluation code of Gorilla!