xiaobai / openclaw.json
leoxiaprogramme
本次修复点
e0f3de4
Raw
History Blame Contribute Delete
456 Bytes
{
"agents": {
"defaults": {
"model": {
"primary": "mymodel/z-ai/glm5"
}
}
},
"models": {
"mode": "merge",
"providers": {
"mymodel": {
"baseUrl": "https://integrate.api.nvidia.com/v1",
"apiKey": "${OPENCLAW_MODEL_API_KEY}",
"api": "openai-completions",
"models": [
{
"id": "z-ai/glm5",
"name": "glm5"
}
]
}
}
}
}