Web interface (React/TS, shadcn, pure OpenAI-API client) under web/ (#23)
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user