{
"messages": {
"ackReactionScope": "group-mentions"
},
"env": {
"OMGCDN_API_KEY": "你的OhMyGPT APIKEY"
},
"models": {
"mode": "merge",
"providers": {
"fireworks": {
"baseUrl": "https://apic1.ohmycdn.com/v1",
"apiKey": "${OMGCDN_API_KEY}",
"api": "openai-completions",
"models": [
{
"id": "kimi-k2p5",
"name": "Kimi K2.5 (Fireworks)",
"reasoning": false,
"input": ["text"],
"contextWindow": 131072,
"maxTokens": 8192
}
]
},
"omgcdn": {
"baseUrl": "https://apic1.ohmycdn.com/api/v1/ai/openai/cc-omg",
"apiKey": "${OMGCDN_API_KEY}",
"api": "anthropic-messages",
"models": [
{
"id": "claude-opus-4-6",
"name": "Claude Opus 4.6 (OmgCDN)",
"reasoning": true,
"input": ["text"],
"contextWindow": 200000,
"maxTokens": 16384
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "omgcdn/claude-opus-4-6",
"fallbacks": ["fireworks/kimi-k2p5"]
},
"models": {
"omgcdn/claude-opus-4-6": {
"params": {
"cacheRetention": "long"
}
}
}
}
},
"gateway": {
"mode": "local",
"auth": {
"mode": "token",
"token": "你的WEBUI访问Token"
},
"port": 18789,
"bind": "loopback",
"tailscale": {
"mode": "off",
"resetOnExit": false
}
},
"auth": {
"profiles": {
"anthropic:default": {
"provider": "anthropic",
"mode": "api_key"
}
}
},
"plugins": {
"entries": {
"telegram": {
"enabled": true
}
}
},
"channels": {
"telegram": {
"enabled": true,
"botToken": "xx:xx"
}
},
"skills": {
"install": {
"nodeManager": "npm"
}
},
"wizard": {
"lastRunAt": "2026-01-31T11:32:30.633Z",
"lastRunVersion": "2026.1.29",
"lastRunCommand": "onboard",
"lastRunMode": "local"
},
"meta": {
"lastTouchedVersion": "2026.1.29",
"lastTouchedAt": "2026-01-31T11:32:30.644Z"
}
}