mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-20 22:33:48 +00:00
chore: generate
This commit is contained in:
parent
3136b1ba97
commit
87aa62d1e2
1 changed files with 3 additions and 1 deletions
|
|
@ -1221,7 +1221,9 @@ function Playground() {
|
|||
message: { [session().id]: state.messages },
|
||||
part: state.parts,
|
||||
provider: {
|
||||
all: new Map([["anthropic", { id: "anthropic", models: { "claude-sonnet-4-20250514": { name: "Claude Sonnet" } } }]]),
|
||||
all: new Map([
|
||||
["anthropic", { id: "anthropic", models: { "claude-sonnet-4-20250514": { name: "Claude Sonnet" } } }],
|
||||
]),
|
||||
connected: ["anthropic"],
|
||||
default: {},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue