23 lines
No EOL
384 B
TOML
23 lines
No EOL
384 B
TOML
[http]
|
|
host = "127.0.0.1"
|
|
port = 3000
|
|
|
|
[chat]
|
|
charlimit = 100
|
|
agentsDir = "agents/"
|
|
|
|
[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
|
|
|
|
[[agents]]
|
|
friendlyName = "Clippy"
|
|
filename = "CLIPPIT.ACS"
|
|
|
|
[[agents]]
|
|
friendlyName = "Rover"
|
|
filename = "rover.acs" |