From bd3ae7203ee59d8e010a49b1be6bc1fdd5261349 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 29 Aug 2023 10:14:44 +0800 Subject: [PATCH] docs: improve README.md (#373) * docs: improve README.md * Update README.md * Update README.md * Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7690086..b8e3297 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,14 @@ -Self-hosted AI coding assistant. An opensource / on-prem alternative to GitHub Copilot. - > **Warning** > Tabby is still in the alpha phase -## Features - -* Self-contained, with no need for a DBMS or cloud service +Tabby is a self-hosted AI coding assistant, offering an open-source and on-premises alternative to GitHub Copilot. It boasts several key features: +* Self-contained, with no need for a DBMS or cloud service. * OpenAPI interface, easy to integrate with existing infrastructure (e.g Cloud IDE). -* Consumer level GPU supports (FP-16 weight loading with various optimization). +* Supports consumer-grade GPUs. -## Demo

Open in Playground

@@ -29,12 +25,16 @@ Self-hosted AI coding assistant. An opensource / on-prem alternative to GitHub C Demo

+## 👀 What's New +* **08/28/2023** Experimental support for the [CodeLlama 7B](https://github.com/TabbyML/tabby/issues/370). + +* **08/24/2023** Tabby is now on [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/22379-tabby)! -## Get Started +## 👋 Get Started See https://tabbyml.github.io/tabby -## Star History +## 🌟 Star History [![Star History Chart](https://api.star-history.com/svg?repos=tabbyml/tabby&type=Date)](https://star-history.com/#tabbyml/tabby&Date)