add first patch
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user