acp: default to big pickle
parent
ef0b5e3dcb
commit
f95333aaa4
|
|
@ -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…
Reference in New Issue