From 81e4803c229cb6103615a165d8e21b5db98b3bcf Mon Sep 17 00:00:00 2001 From: uukelele-scratch Date: Wed, 12 Feb 2025 18:19:03 +0000 Subject: [PATCH] Update settings.js --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js b/settings.js index 3b6c903..c7c5134 100644 --- a/settings.js +++ b/settings.js @@ -30,7 +30,7 @@ export default "load_memory": false, // load memory from previous session "init_message": "Respond with hello world and your name", // sends to all on spawn "only_chat_with": [], // users that the bots listen to and send general messages to. if empty it will chat publicly - + "speak": true, // allows all bots to speak through system text-to-speech. tested on windows, should work on mac, on linux you may need to `apt install espeak` "language": "en", // translate to/from this language. Supports these language names: https://cloud.google.com/translate/docs/languages "show_bot_views": false, // show bot's view in browser at localhost:3000, 3001...