better dash and inference api QOL

This commit is contained in:
Dobromir Popov
2026-07-07 15:51:27 +02:00
parent 938a0a721b
commit 640ef78711
4 changed files with 404 additions and 69 deletions

View File

@@ -98,6 +98,7 @@ Nodes can then join with either the LAN tracker URL or the public URL:
```bash
.venv/bin/meshnet-node start --tracker http://192.168.0.179:8080 --model Qwen/Qwen2.5-0.5B-Instruct
.venv/bin/meshnet-node start --tracker https://ai.neuron.d-popov.com --model Qwen/Qwen2.5-0.5B-Instruct
.venv/bin/meshnet-node start --tracker https://ai.d-popov.com --model Qwen/Qwen2.5-0.5B-Instruct
```
### Windows / WSL2