mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
acp: default to big pickle
This commit is contained in:
parent
ef0b5e3dcb
commit
f95333aaa4
1 changed files with 7 additions and 0 deletions
|
|
@ -48,6 +48,13 @@ export namespace ACP {
|
|||
|
||||
constructor(connection: AgentSideConnection, config: ACPConfig = {}) {
|
||||
this.connection = connection
|
||||
if (!config.defaultModel) {
|
||||
// default to big pickle
|
||||
config.defaultModel = {
|
||||
providerID: "opencode",
|
||||
modelID: "big-pickle",
|
||||
}
|
||||
}
|
||||
this.config = config
|
||||
this.setupEventSubscriptions()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue