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-10 00:47:21 -04:00
|
|
|
agentsDir = "agents/"
|
2024-07-03 02:12:02 -04:00
|
|
|
|
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"
|
2024-07-10 00:47:21 -04:00
|
|
|
wavExpirySeconds = 60
|
|
|
|
|
|
|
|
[[agents]]
|
|
|
|
friendlyName = "Clippy"
|
|
|
|
filename = "CLIPPIT.ACS"
|
|
|
|
|
|
|
|
[[agents]]
|
|
|
|
friendlyName = "Rover"
|
|
|
|
filename = "rover.acs"
|