fix: 拼写错误

This commit is contained in:
ikechan8370 2022-12-15 21:30:44 +08:00 committed by GitHub
parent ba9e354cb5
commit c734d68a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,7 @@ export class chatgpt extends plugin {
const openAIAuth = await getOpenAIAuth({
email: Config.username,
password: Config.password,
browserW
browser
})
const userAgent = await browser.userAgent()
let config = { markdown: true, userAgent }