Commit 550bd1f8 authored by chenlongde's avatar chenlongde

fix: change model to optional

parent 4bb48262
......@@ -50,7 +50,7 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI {
constructor(opts: {
email: string
password: string
model: string
model?: string
/** @defaultValue `false` **/
isProAccount?: boolean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment