Commit 550bd1f8 authored by chenlongde's avatar chenlongde

fix: change model to optional

parent 4bb48262
...@@ -50,7 +50,7 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI { ...@@ -50,7 +50,7 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI {
constructor(opts: { constructor(opts: {
email: string email: string
password: string password: string
model: string model?: string
/** @defaultValue `false` **/ /** @defaultValue `false` **/
isProAccount?: boolean 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