init
This commit is contained in:
106
config/touhou_little_maid/sites/llm.json
Normal file
106
config/touhou_little_maid/sites/llm.json
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"aliyun": {
|
||||
"id": "aliyun",
|
||||
"api_type": "openai",
|
||||
"enabled": false,
|
||||
"icon": "touhou_little_maid:textures/gui/ai_chat/aliyun.png",
|
||||
"url": "https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions",
|
||||
"secret_key": "",
|
||||
"headers": {},
|
||||
"models": [
|
||||
"qwen-plus",
|
||||
"qwen-turbo",
|
||||
"qwen-long",
|
||||
"qwen-max"
|
||||
]
|
||||
},
|
||||
"deepseek": {
|
||||
"id": "deepseek",
|
||||
"api_type": "openai",
|
||||
"enabled": false,
|
||||
"icon": "touhou_little_maid:textures/gui/ai_chat/deepseek.png",
|
||||
"url": "https://api.deepseek.com/chat/completions",
|
||||
"secret_key": "",
|
||||
"headers": {},
|
||||
"models": [
|
||||
"deepseek-chat"
|
||||
]
|
||||
},
|
||||
"doubao": {
|
||||
"id": "doubao",
|
||||
"api_type": "openai",
|
||||
"enabled": false,
|
||||
"icon": "touhou_little_maid:textures/gui/ai_chat/doubao.png",
|
||||
"url": "https://ark.cn-beijing.volces.com/api/v3/chat/completions",
|
||||
"secret_key": "",
|
||||
"headers": {},
|
||||
"models": [
|
||||
"doubao-1.5-pro-256k-250115",
|
||||
"doubao-1.5-pro-32k-250115",
|
||||
"deepseek-v3-250324",
|
||||
"doubao-1.5-lite-32k-250115"
|
||||
]
|
||||
},
|
||||
"openai": {
|
||||
"id": "openai",
|
||||
"api_type": "openai",
|
||||
"enabled": false,
|
||||
"icon": "touhou_little_maid:textures/gui/ai_chat/openai.png",
|
||||
"url": "https://api.openai.com/v1/chat/completions",
|
||||
"secret_key": "",
|
||||
"headers": {},
|
||||
"models": [
|
||||
"gpt-4o-mini",
|
||||
"o1",
|
||||
"o1-preview",
|
||||
"chatgpt-4o-latest",
|
||||
"o3-mini",
|
||||
"o1-mini",
|
||||
"gpt-4o"
|
||||
]
|
||||
},
|
||||
"player2": {
|
||||
"id": "player2",
|
||||
"api_type": "openai",
|
||||
"enabled": true,
|
||||
"icon": "touhou_little_maid:textures/gui/ai_chat/player2.png",
|
||||
"url": "http://127.0.0.1:4315/v1/chat/completions",
|
||||
"secret_key": "",
|
||||
"headers": {
|
||||
"player2-game-key": "TouhouLittleMaid"
|
||||
},
|
||||
"models": [
|
||||
"default"
|
||||
]
|
||||
},
|
||||
"siliconflow": {
|
||||
"id": "siliconflow",
|
||||
"api_type": "openai",
|
||||
"enabled": false,
|
||||
"icon": "touhou_little_maid:textures/gui/ai_chat/siliconflow.png",
|
||||
"url": "https://api.siliconflow.cn/v1/chat/completions",
|
||||
"secret_key": "",
|
||||
"headers": {},
|
||||
"models": [
|
||||
"THUDM/GLM-Z1-9B-0414",
|
||||
"Qwen/Qwen3-8B",
|
||||
"deepseek-ai/DeepSeek-V3"
|
||||
]
|
||||
},
|
||||
"tencent": {
|
||||
"id": "tencent",
|
||||
"api_type": "openai",
|
||||
"enabled": false,
|
||||
"icon": "touhou_little_maid:textures/gui/ai_chat/tencent.png",
|
||||
"url": "https://api.hunyuan.cloud.tencent.com/v1/chat/completions",
|
||||
"secret_key": "",
|
||||
"headers": {},
|
||||
"models": [
|
||||
"hunyuan-turbo-latest",
|
||||
"hunyuan-role",
|
||||
"hunyuan-lite",
|
||||
"hunyuan-large",
|
||||
"hunyuan-standard"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user