MSAgent-Chat/server/config.example.toml

14 lines
243 B
TOML

[http]
host = "127.0.0.1"
port = 3000
[chat]
charlimit = 100
[tts]
enabled = true
# https://git.computernewb.com/computernewb/SAPIServer
server = "http://127.0.0.1:3001"
voice = "Microsoft Sam"
tempDir = "/tmp/msac-tts"
wavExpirySeconds = 60