From 6f4d9188e1519e9b2f85994484d184052129434f Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:36:48 +0800 Subject: [PATCH] docs: typo --- README-zh.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index ad83038..9bb578b 100644 --- a/README-zh.md +++ b/README-zh.md @@ -47,7 +47,7 @@ npm install page-agent import { PageAgent } from 'page-agent' const agent = new PageAgent({ - modelName: 'gpt-4.1-mini' + modelName: 'gpt-4.1-mini', baseURL: 'xxxx', apiKey: 'xxxx' }) diff --git a/README.md b/README.md index 08f7d9b..9869412 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ npm install page-agent import { PageAgent } from 'page-agent' const agent = new PageAgent({ - modelName: 'gpt-4.1-mini' + modelName: 'gpt-4.1-mini', baseURL: 'xxxx', apiKey: 'xxxx' })