We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258239e commit 773bee7Copy full SHA for 773bee7
packages/core/lib/v3/v3.ts
@@ -212,7 +212,7 @@ export class V3 {
212
this.logInferenceToFile = opts.logInferenceToFile ?? false;
213
this.llmProvider = new LLMProvider(this.logger);
214
this.domSettleTimeoutMs = opts.domSettleTimeout;
215
- this.disableAPI = opts.disableAPI ?? true;
+ this.disableAPI = opts.disableAPI ?? false;
216
const baseClientOptions: ClientOptions = clientOptions
217
? ({ ...clientOptions } as ClientOptions)
218
: ({} as ClientOptions);
0 commit comments