From 63b564976ddc8f34b6f1a41111c279703ddde61a Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 23 Mar 2023 00:21:07 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56382b1..e1f1232 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) ![Docker build status](https://img.shields.io/github/actions/workflow/status/TabbyML/tabby/docker.yml?label=docker%20image%20build) -An opensource / single-GPU alternative to GitHub Copilot - > **Warning** > This repository is undering heavy construction, everything changes fast. +An opensource / single-GPU alternative to GitHub Copilot + ## Contents * [`admin`](./admin): Admin panel for monitoring / settings purpose. * [`server`](./server): API server for completion requests. It also logs users' selections (as feedback to model's quality).