mirror of
https://github.com/TabbyML/tabby
synced 2024-11-23 10:05:08 +00:00
562b8d9e7e
* Rename tabby to monaco * Switch to javascript * Rename st_monaco |
||
---|---|---|
.github/workflows | ||
deployment | ||
tabby | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
🐾 Tabby
Warning
This repository is undering heavy construction, everything changes fast.
An opensource / on-prem alternative to GitHub Copilot
Development
Assuming Linux workstation with:
- docker
- docker w/ gpu driver
- python 3.10
Use make setup-development-environment
to setup basic dev environment, and make dev
to start local development server.
Deployment
make up-triton
- Open Admin Panel http://localhost:8501
- Types some code in editor!