fix; isProAccount should be optional

chatgpt-api-old-v3
Travis Fischer 2023-01-22 01:52:43 -06:00
rodzic e19af407c8
commit df1179fdc7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -50,7 +50,7 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI {
password: string
/** @defaultValue `false` **/
isProAccount: boolean
isProAccount?: boolean
/** @defaultValue `true` **/
markdown?: boolean