mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 04:15:48 -06:00
a3e2d40b8c
Preserve current provider brand identifiers while removing install recommendations that guided onboarding cannot activate. Co-authored-by: Peter Steinberger <steipete@gmail.com>
36 lines
961 B
JSON
36 lines
961 B
JSON
{
|
|
"entries": [
|
|
{
|
|
"id": "ollama",
|
|
"brandId": "ollama",
|
|
"label": "Ollama",
|
|
"hint": "Run open models locally",
|
|
"website": "https://ollama.com/download",
|
|
"icon": "https://cdn.simpleicons.org/ollama"
|
|
},
|
|
{
|
|
"id": "lmstudio",
|
|
"label": "LM Studio",
|
|
"hint": "Local model desktop app",
|
|
"website": "https://lmstudio.ai/download",
|
|
"icon": "https://cdn.simpleicons.org/lmstudio"
|
|
},
|
|
{
|
|
"id": "claude-code",
|
|
"brandId": "claude",
|
|
"label": "Claude Code",
|
|
"hint": "Anthropic's coding agent CLI",
|
|
"website": "https://code.claude.com/docs/en/quickstart",
|
|
"icon": "https://cdn.simpleicons.org/claudecode"
|
|
},
|
|
{
|
|
"id": "codex-cli",
|
|
"brandId": "openai",
|
|
"label": "Codex CLI",
|
|
"hint": "OpenAI's coding agent CLI",
|
|
"website": "https://developers.openai.com/codex/cli/",
|
|
"icon": "https://github.com/openai.png"
|
|
}
|
|
]
|
|
}
|