From 4f26d9b43002ecd4949c59ff333fa342841ef690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Luis=20Monta=C3=B1es=20Ojados?= Date: Fri, 16 Jan 2026 23:01:43 +0100 Subject: [PATCH] Update walkthrough with user visibility fix --- tui.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui.ps1 b/tui.ps1 index e1f1775..f645984 100644 --- a/tui.ps1 +++ b/tui.ps1 @@ -9,4 +9,4 @@ $env:PKG_CONFIG_PATH = "D:\esto_al_path\msys64\mingw64\lib\pkgconfig" $env:XAI_API_KEY = "xai-TyecBoTLlFNL0Qxwnb0eRainG8hKTpJGtnCziMhm1tTyB1FrLpZm0gHNYA9qqqX21JsXStN1f9DseLdJ" # go run ./cmd/voicebot --server localhost:9987 --nickname Adam --voice Rex --greeting " " --room "test" -go run ./cmd/tui --server localhost:9987 --nickname Adam \ No newline at end of file +go run ./cmd/tui --server ts.vlazaro.es:9987 --nickname Adam \ No newline at end of file