Go to file
Meng Zhang 562b8d9e7e
Cleanup tabby component (#14)
* Rename tabby to monaco

* Switch to javascript

* Rename st_monaco
2023-03-26 19:47:41 +08:00
.github/workflows Move python code under tabby/ (#8) 2023-03-25 12:20:29 +08:00
deployment Fix misc mistakes (#13) 2023-03-25 21:37:38 +08:00
tabby Cleanup tabby component (#14) 2023-03-26 19:47:41 +08:00
.dockerignore Fix misc mistakes (#13) 2023-03-25 21:37:38 +08:00
.gitattributes Add docker compose (#3) 2023-03-22 02:42:47 +08:00
.gitignore Add admin panel (w/ streamlit) and logging (w/ vectordev) (#4) 2023-03-22 23:18:12 +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 use TabbyML/NeoX-70M for minimal e2e deployment (#10) 2023-03-25 17:39:40 +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 Update README.md 2023-03-26 08:19:10 +08:00

🐾 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

  1. make up-triton
  2. Open Admin Panel http://localhost:8501
  3. Types some code in editor!

Screenshot from 2023-03-25 21-31-24