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="/", )