Update README.md

This commit is contained in:
Meng Zhang 2023-03-27 12:59:08 +08:00 committed by GitHub
parent f15624ff8b
commit eacafd63a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,9 @@ An opensource / on-prem alternative to GitHub Copilot.
* Consumer level GPU supports (FP-16 weight loading with various optimization).
## Get started
### Docker
The easiest way of getting started is using the `deployment/docker-compose.yml`:
```bash
docker-compose up
@ -40,6 +43,10 @@ We also provides an interactive playground in admin panel [localhost:8501](http:
![image](https://user-images.githubusercontent.com/388154/227792390-ec19e9b9-ebbb-4a94-99ca-8a142ffb5e46.png)
### API documentation
Tabby opens an FastAPI server at [localhost:5000](https://localhost:5000), which embeds an OpenAPI documentation of the HTTP API.
## TODOs
* [ ] Fine-tuning models on private code repository.