docs: typo

This commit is contained in:
Simon
2025-09-29 19:36:48 +08:00
parent c19d552960
commit 6f4d9188e1
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ npm install page-agent
import { PageAgent } from 'page-agent' import { PageAgent } from 'page-agent'
const agent = new PageAgent({ const agent = new PageAgent({
modelName: 'gpt-4.1-mini' modelName: 'gpt-4.1-mini',
baseURL: 'xxxx', baseURL: 'xxxx',
apiKey: 'xxxx' apiKey: 'xxxx'
}) })

View File

@@ -47,7 +47,7 @@ npm install page-agent
import { PageAgent } from 'page-agent' import { PageAgent } from 'page-agent'
const agent = new PageAgent({ const agent = new PageAgent({
modelName: 'gpt-4.1-mini' modelName: 'gpt-4.1-mini',
baseURL: 'xxxx', baseURL: 'xxxx',
apiKey: 'xxxx' apiKey: 'xxxx'
}) })