summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-02 15:22:29 -0400
committerDax Raad <[email protected]>2025-09-02 16:38:50 -0400
commita8aa44bd3f41d529bd55a44b5b21fe30d2ab4620 (patch)
tree4f80dba89845e3e1fa66c8690860dafbbfddf066
parentdb2a3a171e10790126b466c45398fec25eebde7f (diff)
downloadopencode-a8aa44bd3f41d529bd55a44b5b21fe30d2ab4620.tar.gz
opencode-a8aa44bd3f41d529bd55a44b5b21fe30d2ab4620.zip
docs: simplify config example to show only model
-rw-r--r--packages/web/src/content/docs/docs/sdk.mdx6
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",
- },
- },
},
})