Files
2025-10-20 07:33:27 +00:00

30 lines
838 B
JSON

{
"aliyun": {
"id": "aliyun",
"api_type": "aliyun",
"enabled": false,
"icon": "touhou_little_maid:textures/gui/ai_chat/aliyun.png",
"url": "https://nls-gateway-cn-shanghai.aliyuncs.com/stream/v1/asr",
"secret_key": "",
"app_key": ""
},
"player2": {
"id": "player2",
"api_type": "player2",
"enabled": true,
"icon": "touhou_little_maid:textures/gui/ai_chat/player2.png",
"url": "http://127.0.0.1:4315/v1/stt",
"headers": {
"player2-game-key": "TouhouLittleMaid"
}
},
"siliconflow": {
"id": "siliconflow",
"api_type": "siliconflow",
"enabled": false,
"icon": "touhou_little_maid:textures/gui/ai_chat/siliconflow.png",
"url": "https://api.siliconflow.cn/v1/audio/transcriptions",
"secret_key": "",
"model": "FunAudioLLM/SenseVoiceSmall"
}
}