Bug and Performance improvements for the UI
- fixed streaming logs blocking llama-server inference. Logs are pushed to connected UI clients via an async channel now so if they are slow it does not affect reading from stdout of llama-server
- replaced the placeholder.txt with a go build tag approach - fix CI