mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 10:44:21 +01:00
docs: simplify config example to show only model
This commit is contained in:
@@ -75,12 +75,6 @@ const server = await createOpencodeServer({
|
|||||||
port: 4096,
|
port: 4096,
|
||||||
config: {
|
config: {
|
||||||
model: "anthropic/claude-3-5-sonnet-20241022",
|
model: "anthropic/claude-3-5-sonnet-20241022",
|
||||||
agent: {
|
|
||||||
general: {
|
|
||||||
temperature: 0.7,
|
|
||||||
model: "anthropic/claude-3-5-sonnet-20241022",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user