Files
Podcast-Generator/config/tts_providers.json
hex2077 d3bd3fdff2 refactor: 更新音频文件路径和UI样式调整
fix: 修正TTS提供商配置中的null值问题
chore: 清理无用文件和更新输入文本内容
2025-08-20 14:18:18 +08:00

25 lines
375 B
JSON

{
"apikey": null,
"model": null,
"baseurl": null,
"index": {
"api_url": null
},
"edge": {
"api_url": null
},
"doubao": {
"X-Api-App-Id": null,
"X-Api-Access-Key": null
},
"fish": {
"api_key": null
},
"minimax": {
"group_id": null,
"api_key": null
},
"gemini": {
"api_key": null
}
}