kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix; isProAccount should be optional
rodzic
e19af407c8
commit
df1179fdc7
|
@ -50,7 +50,7 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI {
|
|||
password: string
|
||||
|
||||
/** @defaultValue `false` **/
|
||||
isProAccount: boolean
|
||||
isProAccount?: boolean
|
||||
|
||||
/** @defaultValue `true` **/
|
||||
markdown?: boolean
|
||||
|
|
Ładowanie…
Reference in New Issue