Go to file
Meng Zhang d209e89b72
Log view / select event in admin monaco editor (#17)
* Add view event

* Trigger view event and select event in monaco editor

* Set view / select event in tabby server
2023-03-26 23:31:47 +08:00
.github/workflows Move python code under tabby/ (#8) 2023-03-25 12:20:29 +08:00
deployment Prepare public release with a minimal deployment setup (#16) 2023-03-26 22:44:15 +08:00
deployment-next Prepare public release with a minimal deployment setup (#16) 2023-03-26 22:44:15 +08:00
tabby Log view / select event in admin monaco editor (#17) 2023-03-26 23:31:47 +08:00
.dockerignore Prepare public release with a minimal deployment setup (#16) 2023-03-26 22:44:15 +08:00
.gitattributes Add docker compose (#3) 2023-03-22 02:42:47 +08:00
.gitignore Prepare public release with a minimal deployment setup (#16) 2023-03-26 22:44:15 +08:00
.pre-commit-config.yaml Add monaco editor for streamlit (#12) 2023-03-25 19:13:42 +08:00
Dockerfile Add tabby.tools.repository.updater for easier git repository synchronization. (#9) 2023-03-25 14:44:46 +08:00
LICENSE Create LICENSE 2023-03-16 17:28:10 +08:00
Makefile Prepare public release with a minimal deployment setup (#16) 2023-03-26 22:44:15 +08:00
README.md Prepare public release with a minimal deployment setup (#16) 2023-03-26 22:44:15 +08:00
poetry.lock Add tabby.tools.repository.updater for easier git repository synchronization. (#9) 2023-03-25 14:44:46 +08:00
pyproject.toml Add tabby.tools.repository.updater for easier git repository synchronization. (#9) 2023-03-25 14:44:46 +08:00

README.md

🐾 Tabby

License Code style: black Docker build status

Warning This repository is undering heavy construction, everything changes fast.

An opensource / on-prem alternative to GitHub Copilot

Development

Assuming Linux workstation with:

  1. docker
  2. docker w/ gpu driver
  3. python 3.10

Use make setup-development-environment to setup basic dev environment, and make dev to start local development server.

Deployment

See deployment