docs: simplify config example to show only model

This commit is contained in:
Dax Raad
2025-09-02 15:22:29 -04:00
parent db2a3a171e
commit a8aa44bd3f

View File

@@ -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",
},
},
},
})