kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix; isProAccount should be optional
rodzic
0e28a2b939
commit
83bb9cf813
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue