Web interface (React/TS, shadcn, pure OpenAI-API client) under web/ (#23)

This commit is contained in:
ZacharyZcR
2026-07-10 16:07:29 +08:00
committed by GitHub
parent 8f99e12b5e
commit a2942b2172
21 changed files with 2810 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# 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
```