Merge pull request #26 from Molecule-AI/docs/default-model-opus47-743

docs(concepts): default model updated to claude-opus-4-7 (core #743)
This commit is contained in:
Hongming Wang 2026-04-19 00:52:45 -07:00 committed by GitHub
commit 1e65effe52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -263,7 +263,7 @@ The Google ADK adapter exposes live session transcripts to the canvas "look over
```yaml title="LangGraph workspace"
runtime: langgraph
model: anthropic:claude-sonnet-4-6
model: anthropic:claude-opus-4-7
```
```yaml title="AutoGen workspace"

View File

@ -12,6 +12,10 @@ using the bundled `molecule-dev` template.
- Go 1.25+ and Node 20+ if building from source
- An LLM API key (Claude, OpenRouter, or Gemini)
<Callout type="info">
**Default model:** New workspaces that do not specify a model use `anthropic:claude-opus-4-7` by default. To pin a different model, set `model: <provider>:<name>` in the workspace `config.yaml` or pass `MODEL_DEFAULT` in your `.env`.
</Callout>
## Option A: One-command start (recommended)
```bash