add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
{
"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"
},
"tencent": {
"id": "tencent",
"api_type": "tencent",
"enabled": false,
"icon": "touhou_little_maid:textures/gui/ai_chat/tencent.png",
"url": "https://asr.tencentcloudapi.com",
"secret_key": "",
"eng_ser_vice_type": "16k_zh",
"hot_word": "",
"secret_id": ""
}
}