mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-09-10 12:02:59 +02:00
Update settings.js
This commit is contained in:
parent
54395331a7
commit
a5275f7093
1 changed files with 5 additions and 5 deletions
10
settings.js
10
settings.js
|
@ -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.
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue