diff options
| author | Dax Raad <[email protected]> | 2025-09-02 15:22:29 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-02 16:38:50 -0400 |
| commit | a8aa44bd3f41d529bd55a44b5b21fe30d2ab4620 (patch) | |
| tree | 4f80dba89845e3e1fa66c8690860dafbbfddf066 | |
| parent | db2a3a171e10790126b466c45398fec25eebde7f (diff) | |
| download | opencode-a8aa44bd3f41d529bd55a44b5b21fe30d2ab4620.tar.gz opencode-a8aa44bd3f41d529bd55a44b5b21fe30d2ab4620.zip | |
docs: simplify config example to show only model
| -rw-r--r-- | packages/web/src/content/docs/docs/sdk.mdx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/web/src/content/docs/docs/sdk.mdx b/packages/web/src/content/docs/docs/sdk.mdx index bf9bd606a..02b4d6e6b 100644 --- a/packages/web/src/content/docs/docs/sdk.mdx +++ b/packages/web/src/content/docs/docs/sdk.mdx @@ -75,12 +75,6 @@ const server = await createOpencodeServer({ port: 4096, config: { model: "anthropic/claude-3-5-sonnet-20241022", - agent: { - general: { - temperature: 0.7, - model: "anthropic/claude-3-5-sonnet-20241022", - }, - }, }, }) |
