Skip to content

openclaw 小龙虾配置启动报错 - agents.defaults.models.mode: Invalid input: expected object, received string - agents.defaults.models.providers: Unrecognized key: "chatanywhere" #479

@894411856

Description

@894411856

"auth": {
"profiles": {
"chatanywhere:default": {
"provider": "openai-completions",
"mode": "api_key"
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "chatanywhere/gpt-4.1"
},
"models": {
"mode": "merge",
"providers": {
"chatanywhere": {
"baseUrl": "https://api.chatanywhere.tech/v1",
"apiKey": "sk-jWY6gBDNuESOjIJHW**************************",
"api": "openai-completions",
"models": [
{ "id": "gpt-4.1", "name": "gpt-4.1" },
{ "id": "gpt-5.1", "name": "gpt-5.1" }
]
}
}
},
"workspace": "C:\Users\admin\.openclaw\workspace",
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
}
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions