switch model to qwen3
All checks were successful
Disk Report Image / build-and-push-ddns (push) Successful in 26s

This commit is contained in:
2026-01-22 10:39:53 -05:00
parent 004ccf2fb7
commit fe6b6dda95
2 changed files with 8 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ uv run disk_report.py --message "summarize this document" /tmp/input.txt
```bash
btrfs filesystem usage /btrfs/pool0 | grep 'Overall:' -A 12 > /tmp/input.txt
podman pull gitea.reeseapps.com/services/disk_report:latest
podman run -it --rm -v /tmp/input.txt:/input/input.txt:z gitea.reeseapps.com/services/disk_report:latest
```