first commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
|
||||
####################### /data/state/openclaw.json
|
||||
|
||||
"messages": {
|
||||
"tts": {
|
||||
"auto": "inbound",
|
||||
"provider": "elevenlabs",
|
||||
"providers": {
|
||||
"elevenlabs": {
|
||||
"apiKey": "cd1d07445c67ac457d87ab44d0a677fe684810f6ea8923944147939d7f5a7427",
|
||||
"voiceId": "tMvyQtpCVQ0DkixuYm6J",
|
||||
"modelId": "eleven_multilingual_v2",
|
||||
"baseUrl": "https://api.elevenlabs.io",
|
||||
"languageCode": "en",
|
||||
"voiceSettings": {
|
||||
"stability": 0.5,
|
||||
"similarityBoost": 0.75,
|
||||
"style": 0.0,
|
||||
"useSpeakerBoost": true,
|
||||
"speed": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
###############################
|
||||
|
||||
export ELEVENLABS_API_KEY=cd1d07445c67ac457d87ab44d0a677fe684810f6ea8923944147939d7f5a7427
|
||||
Reference in New Issue
Block a user