Update settings.js

This commit is contained in:
Sweaterdog 2025-03-14 12:27:49 -07:00 committed by GitHub
parent 54395331a7
commit a5275f7093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,8 +45,8 @@ export default
"narrate_behavior": true, // chat simple automatic actions ('Picking up item!')
"chat_bot_messages": true, // publicly chat messages to other bots
// New section for advanced features that will be added like Vision or Model speech, for now though, just TTS :)
"tts_transcription": false, // change this to "true" or "false" depending on iff you want TTS in Mindcraft, TTS needs a GroqCloud API key, can be found here: https://console.groq.com/keys
"tts_username": "SYSTEM", // Change this to the username the model will respond to.
"tts_agent_name": "" // Change the name here to whatever your agent is named, if left empty, will send message to all agents.
}
// New section for advanced features that will be added like Vision or Model speech, for now though, just STT :)
"stt_transcription": false, // change this to "true" or "false" depending on if you want STT in Mindcraft, STT needs a GroqCloud API key, can be found here: https://console.groq.com/keys
"stt_username": "SYSTEM", // Change this to the username the model will respond to.
"stt_agent_name": "" // Change the name here to whatever your agent is named, if left empty, will send message to all agents.
}