mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 17:41:54 +00:00
Update README.md
This commit is contained in:
parent
f15624ff8b
commit
eacafd63a5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user