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:
commit
1e65effe52
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user