Skip to content

Commit 773bee7

Browse files
committed
enable api
1 parent 258239e commit 773bee7

File tree

1 file changed

+1
-1
lines changed
  • packages/core/lib/v3

1 file changed

+1
-1
lines changed

packages/core/lib/v3/v3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export class V3 {
212212
this.logInferenceToFile = opts.logInferenceToFile ?? false;
213213
this.llmProvider = new LLMProvider(this.logger);
214214
this.domSettleTimeoutMs = opts.domSettleTimeout;
215-
this.disableAPI = opts.disableAPI ?? true;
215+
this.disableAPI = opts.disableAPI ?? false;
216216
const baseClientOptions: ClientOptions = clientOptions
217217
? ({ ...clientOptions } as ClientOptions)
218218
: ({} as ClientOptions);

0 commit comments

Comments
 (0)