This commit is contained in:
musistudio
2025-08-03 08:18:08 +08:00
commit b8e0e99e5c
12 changed files with 244 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "siliconflow",
"api_base_url": "https://api.siliconflow.cn/v1/chat/completions",
"api_key": "sk-xxx",
"models": ["moonshotai/Kimi-K2-Instruct"],
"transformer": {
"use": [
[
"maxtoken",
{
"max_tokens": 16384
}
]
]
}
}