comparison qwen3_vl/README.md @ 280:49e9e591c9bb

Add persistent dictation, prewarmed WebRTC speech input, Copilot SDK routing, animated conversation lifecycle controls, parking, and architecture coverage.
author MrJuneJune <me@mrjunejune.com>
date Tue, 18 Aug 2026 19:14:53 -0700
parents 78699f810817
children
comparison
equal deleted inserted replaced
279:b3b547563ec7 280:49e9e591c9bb
38 ```bash 38 ```bash
39 bazel run //qwen3_vl:serve 39 bazel run //qwen3_vl:serve
40 curl.exe http://127.0.0.1:8080/health 40 curl.exe http://127.0.0.1:8080/health
41 ``` 41 ```
42 42
43 For the Linux Infinite Canvas process, start the server on the Windows WSL
44 adapter instead:
45
46 ```bash
47 bazel run //qwen3_vl:serve_canvas
48 ```
49
50 The canvas detects the WSL gateway and uses that address by default.
51
43 The pinned CUDA executable runs on the Windows side of WSL interop. Windows 52 The pinned CUDA executable runs on the Windows side of WSL interop. Windows
44 browsers and clients can use `http://127.0.0.1:8080`; use `curl.exe`, rather 53 browsers and clients can use `http://127.0.0.1:8080`; use `curl.exe`, rather
45 than Linux `curl`, when checking it from a WSL shell. 54 than Linux `curl`, when checking it from a WSL shell.
46 55
47 Runtime tuning is available through environment variables: 56 Runtime tuning is available through environment variables: