docs: typo
This commit is contained in:
@@ -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'
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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'
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user