From 930f73cb51d5dfb72e897da200e5e8dbb3316277 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 25 Jul 2024 12:54:52 -0700 Subject: [PATCH] docs: add tabby to CodeGeneration tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc43da6f..01623340 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,7 @@ This list results from Pull Requests, reviews, ideas, and work done by 1600+ peo * [Supermaven](https://www.supermaven.com/) — Supermaven is a fast AI code completion plugin for VSCode, JetBrains, and Neovim. Free tier provides unlimited inline completions. * [tabnine.com](https://www.tabnine.com/) — Tabnine helps developers create better software faster by providing insights learned from all the code in the world. Plugin available. * [v0.dev](https://v0.dev/) — v0 uses AI models to generate code based on simple text prompts. It generates copy-and-paste friendly React code based on shadcn/ui and Tailwind CSS that people can use in their projects. Each generation takes at minimum 30 credits. You start up with 1200 credits, and get 200 free credits every month. + * [tabby](https://tabby.tabbyml.com) - Opensource, self-hosted AI coding assistant for team / organization. **[⬆️ Back to Top](#table-of-contents)**