Commit 83bb9cf8 authored by Travis Fischer's avatar Travis Fischer

fix; isProAccount should be optional

parent 0e28a2b9
...@@ -50,7 +50,7 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI { ...@@ -50,7 +50,7 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI {
password: string password: string
/** @defaultValue `false` **/ /** @defaultValue `false` **/
isProAccount: boolean isProAccount?: boolean
/** @defaultValue `true` **/ /** @defaultValue `true` **/
markdown?: boolean markdown?: 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