mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 18:54: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,
|
||||
config: {
|
||||
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