Add compact stack status dashboard script.
Made-with: Cursor
This commit is contained in:
@@ -67,6 +67,21 @@ chmod +x healthcheck.sh
|
||||
./healthcheck.sh --mode full
|
||||
```
|
||||
|
||||
## Status dashboard
|
||||
|
||||
Компактный статус одним запуском:
|
||||
|
||||
```bash
|
||||
chmod +x status.sh
|
||||
./status.sh
|
||||
```
|
||||
|
||||
С кастомной моделью:
|
||||
|
||||
```bash
|
||||
./status.sh --model qwen2.5:3b
|
||||
```
|
||||
|
||||
## Переменные окружения
|
||||
|
||||
- `QDRANT_URL` (default `http://127.0.0.1:6333`)
|
||||
|
||||
Reference in New Issue
Block a user