From f0e01dbacad02574726e37bf649a14c905b2e20c Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 6 Apr 2023 21:30:44 +0800 Subject: [PATCH] update --- tabby/server/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tabby/server/__init__.py b/tabby/server/__init__.py index 85b9426..9223eaa 100644 --- a/tabby/server/__init__.py +++ b/tabby/server/__init__.py @@ -21,6 +21,8 @@ app = FastAPI( [![github star](https://img.shields.io/github/stars/TabbyML/tabby?style=social)](http://github.com/TabbyML/tabby) TabbyServer is the backend for tabby, serving code completion requests from code editor / IDE. + +* [Admin Panel](./_admin) """, docs_url="/", )