Files
colibri-strix/web/README.md
T

19 lines
328 B
Markdown

# colibrì web
React/Vite interface for an OpenAI-compatible colibrì server.
```sh
npm install
npm run dev
```
The default endpoint is `http://127.0.0.1:8000/v1`. Start the API server from
PR #21 (or any compatible backend), then use **Probe server** to load its models.
Local validation:
```sh
npm test
npm run build
```