refactor: move PowerShell scripts to a dedicated scripts/ directory and remove unused timestamp.go.
This commit is contained in:
5
scripts/bot.ps1
Normal file
5
scripts/bot.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
$env:PATH = "D:\esto_al_path\msys64\mingw64\bin;$env:PATH"
|
||||
$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 Eva --voice Ara --greeting "Hola!"
|
||||
Reference in New Issue
Block a user