mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 23:40:48 +00:00
docs: simplify config example to show only model
This commit is contained in:
parent
db2a3a171e
commit
a8aa44bd3f
1 changed files with 0 additions and 6 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue