|
|
||
|---|---|---|
| .github/workflows | ||
| deployment | ||
| tabby | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| 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!
