MSAgent-Chat/server/config.example.toml

14 lines
243 B
TOML
Raw Normal View History

2024-07-02 23:42:03 -04:00
[http]
host = "127.0.0.1"
port = 3000
2024-07-03 02:12:02 -04:00
[chat]
charlimit = 100
2024-07-02 23:42:03 -04:00
[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