Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Chatgpt Puppeteer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Chatgpt Puppeteer
Commits
c177c83c
Commit
c177c83c
authored
Dec 16, 2022
by
Travis Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update ts docs
parent
d685b780
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
66 additions
and
63 deletions
+66
-63
docs/classes/ChatGPTAPI.md
docs/classes/ChatGPTAPI.md
+11
-11
docs/classes/ChatGPTAPIBrowser.md
docs/classes/ChatGPTAPIBrowser.md
+10
-9
docs/classes/ChatGPTConversation.md
docs/classes/ChatGPTConversation.md
+5
-5
docs/classes/ChatGPTError.md
docs/classes/ChatGPTError.md
+4
-4
docs/modules.md
docs/modules.md
+35
-34
docs/readme.md
docs/readme.md
+1
-0
No files found.
docs/classes/ChatGPTAPI.md
View file @
c177c83c
...
@@ -53,7 +53,7 @@ to obtain your `clearanceToken`.
...
@@ -53,7 +53,7 @@ to obtain your `clearanceToken`.
#### Defined in
#### Defined in
[
src/chatgpt-api.ts:45
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-api.ts#L45
)
[
src/chatgpt-api.ts:45
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-api.ts#L45
)
## Accessors
## Accessors
...
@@ -69,7 +69,7 @@ Gets the current Cloudflare clearance token (`cf_clearance` cookie value).
...
@@ -69,7 +69,7 @@ Gets the current Cloudflare clearance token (`cf_clearance` cookie value).
#### Defined in
#### Defined in
[
src/chatgpt-api.ts:137
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-api.ts#L137
)
[
src/chatgpt-api.ts:137
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-api.ts#L137
)
__
_
__
_
...
@@ -85,7 +85,7 @@ Gets the current session token.
...
@@ -85,7 +85,7 @@ Gets the current session token.
#### Defined in
#### Defined in
[
src/chatgpt-api.ts:132
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-api.ts#L132
)
[
src/chatgpt-api.ts:132
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-api.ts#L132
)
__
_
__
_
...
@@ -101,7 +101,7 @@ Gets the currently signed-in user, if authenticated, `null` otherwise.
...
@@ -101,7 +101,7 @@ Gets the currently signed-in user, if authenticated, `null` otherwise.
#### Defined in
#### Defined in
[
src/chatgpt-api.ts:127
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-api.ts#L127
)
[
src/chatgpt-api.ts:127
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-api.ts#L127
)
__
_
__
_
...
@@ -117,7 +117,7 @@ Gets the current user agent.
...
@@ -117,7 +117,7 @@ Gets the current user agent.
#### Defined in
#### Defined in
[
src/chatgpt-api.ts:142
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-api.ts#L142
)
[
src/chatgpt-api.ts:142
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-api.ts#L142
)
## Methods
## Methods
...
@@ -134,7 +134,7 @@ is still valid.
...
@@ -134,7 +134,7 @@ is still valid.
#### Defined in
#### Defined in
[
src/chatgpt-api.ts:359
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-api.ts#L359
)
[
src/chatgpt-api.ts:359
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-api.ts#L359
)
__
_
__
_
...
@@ -161,7 +161,7 @@ The new conversation instance
...
@@ -161,7 +161,7 @@ The new conversation instance
#### Defined in
#### Defined in
[
src/chatgpt-api.ts:465
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-api.ts#L465
)
[
src/chatgpt-api.ts:465
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-api.ts#L465
)
__
_
__
_
...
@@ -178,7 +178,7 @@ the token fails.
...
@@ -178,7 +178,7 @@ the token fails.
#### Defined in
#### Defined in
[
src/chatgpt-api.ts:346
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-api.ts#L346
)
[
src/chatgpt-api.ts:346
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-api.ts#L346
)
__
_
__
_
...
@@ -204,7 +204,7 @@ A valid access token
...
@@ -204,7 +204,7 @@ A valid access token
#### Defined in
#### Defined in
[
src/chatgpt-api.ts:373
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-api.ts#L373
)
[
src/chatgpt-api.ts:373
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-api.ts#L373
)
__
_
__
_
...
@@ -235,7 +235,7 @@ The response from ChatGPT
...
@@ -235,7 +235,7 @@ The response from ChatGPT
#### Defined in
#### Defined in
[
src/chatgpt-api.ts:167
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-api.ts#L167
)
[
src/chatgpt-api.ts:167
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-api.ts#L167
)
__
_
__
_
...
@@ -255,4 +255,4 @@ ___
...
@@ -255,4 +255,4 @@ ___
#### Defined in
#### Defined in
[
src/chatgpt-api.ts:303
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-api.ts#L303
)
[
src/chatgpt-api.ts:303
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-api.ts#L303
)
docs/classes/ChatGPTAPIBrowser.md
View file @
c177c83c
...
@@ -32,6 +32,7 @@ Creates a new client wrapper for automating the ChatGPT webapp.
...
@@ -32,6 +32,7 @@ Creates a new client wrapper for automating the ChatGPT webapp.
| Name | Type | Description |
| Name | Type | Description |
| :------ | :------ | :------ |
| :------ | :------ | :------ |
|
`opts`
|
`Object`
| - |
|
`opts`
|
`Object`
| - |
|
`opts.browserPath?`
|
`string`
|
**`Default Value`**
`undefined`
*
|
|
`opts.captchaToken?`
|
`string`
|
**`Default Value`**
`undefined`
*
|
|
`opts.captchaToken?`
|
`string`
|
**`Default Value`**
`undefined`
*
|
|
`opts.debug?`
|
`boolean`
|
**`Default Value`**
`false`
*
|
|
`opts.debug?`
|
`boolean`
|
**`Default Value`**
`false`
*
|
|
`opts.email`
|
`string`
| - |
|
`opts.email`
|
`string`
| - |
...
@@ -42,7 +43,7 @@ Creates a new client wrapper for automating the ChatGPT webapp.
...
@@ -42,7 +43,7 @@ Creates a new client wrapper for automating the ChatGPT webapp.
#### Defined in
#### Defined in
[
src/chatgpt-api-browser.ts:3
1
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d27238c/src/chatgpt-api-browser.ts#L31
)
[
src/chatgpt-api-browser.ts:3
2
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d685b78/src/chatgpt-api-browser.ts#L32
)
## Methods
## Methods
...
@@ -62,7 +63,7 @@ Creates a new client wrapper for automating the ChatGPT webapp.
...
@@ -62,7 +63,7 @@ Creates a new client wrapper for automating the ChatGPT webapp.
#### Defined in
#### Defined in
[
src/chatgpt-api-browser.ts:1
42
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d27238c/src/chatgpt-api-browser.ts#L142
)
[
src/chatgpt-api-browser.ts:1
53
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d685b78/src/chatgpt-api-browser.ts#L153
)
__
_
__
_
...
@@ -82,7 +83,7 @@ ___
...
@@ -82,7 +83,7 @@ ___
#### Defined in
#### Defined in
[
src/chatgpt-api-browser.ts:1
79
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d27238c/src/chatgpt-api-browser.ts#L179
)
[
src/chatgpt-api-browser.ts:1
90
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d685b78/src/chatgpt-api-browser.ts#L190
)
__
_
__
_
...
@@ -96,7 +97,7 @@ ___
...
@@ -96,7 +97,7 @@ ___
#### Defined in
#### Defined in
[
src/chatgpt-api-browser.ts:4
41
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d27238c/src/chatgpt-api-browser.ts#L441
)
[
src/chatgpt-api-browser.ts:4
53
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d685b78/src/chatgpt-api-browser.ts#L453
)
__
_
__
_
...
@@ -110,7 +111,7 @@ ___
...
@@ -110,7 +111,7 @@ ___
#### Defined in
#### Defined in
[
src/chatgpt-api-browser.ts:2
46
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d27238c/src/chatgpt-api-browser.ts#L246
)
[
src/chatgpt-api-browser.ts:2
57
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d685b78/src/chatgpt-api-browser.ts#L257
)
__
_
__
_
...
@@ -124,7 +125,7 @@ ___
...
@@ -124,7 +125,7 @@ ___
#### Defined in
#### Defined in
[
src/chatgpt-api-browser.ts:2
27
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d27238c/src/chatgpt-api-browser.ts#L227
)
[
src/chatgpt-api-browser.ts:2
38
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d685b78/src/chatgpt-api-browser.ts#L238
)
__
_
__
_
...
@@ -138,7 +139,7 @@ ___
...
@@ -138,7 +139,7 @@ ___
#### Defined in
#### Defined in
[
src/chatgpt-api-browser.ts:7
0
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d27238c/src/chatgpt-api-browser.ts#L70
)
[
src/chatgpt-api-browser.ts:7
6
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d685b78/src/chatgpt-api-browser.ts#L76
)
__
_
__
_
...
@@ -152,7 +153,7 @@ ___
...
@@ -152,7 +153,7 @@ ___
#### Defined in
#### Defined in
[
src/chatgpt-api-browser.ts:4
34
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d27238c/src/chatgpt-api-browser.ts#L434
)
[
src/chatgpt-api-browser.ts:4
45
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d685b78/src/chatgpt-api-browser.ts#L445
)
__
_
__
_
...
@@ -173,4 +174,4 @@ ___
...
@@ -173,4 +174,4 @@ ___
#### Defined in
#### Defined in
[
src/chatgpt-api-browser.ts:3
19
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d27238c/src/chatgpt-api-browser.ts#L319
)
[
src/chatgpt-api-browser.ts:3
30
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d685b78/src/chatgpt-api-browser.ts#L330
)
docs/classes/ChatGPTConversation.md
View file @
c177c83c
...
@@ -41,7 +41,7 @@ Creates a new conversation wrapper around the ChatGPT API.
...
@@ -41,7 +41,7 @@ Creates a new conversation wrapper around the ChatGPT API.
#### Defined in
#### Defined in
[
src/chatgpt-conversation.ts:21
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-conversation.ts#L21
)
[
src/chatgpt-conversation.ts:21
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-conversation.ts#L21
)
## Properties
## Properties
...
@@ -51,7 +51,7 @@ Creates a new conversation wrapper around the ChatGPT API.
...
@@ -51,7 +51,7 @@ Creates a new conversation wrapper around the ChatGPT API.
#### Defined in
#### Defined in
[
src/chatgpt-conversation.ts:10
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-conversation.ts#L10
)
[
src/chatgpt-conversation.ts:10
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-conversation.ts#L10
)
__
_
__
_
...
@@ -61,7 +61,7 @@ ___
...
@@ -61,7 +61,7 @@ ___
#### Defined in
#### Defined in
[
src/chatgpt-conversation.ts:11
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-conversation.ts#L11
)
[
src/chatgpt-conversation.ts:11
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-conversation.ts#L11
)
__
_
__
_
...
@@ -71,7 +71,7 @@ ___
...
@@ -71,7 +71,7 @@ ___
#### Defined in
#### Defined in
[
src/chatgpt-conversation.ts:12
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-conversation.ts#L12
)
[
src/chatgpt-conversation.ts:12
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-conversation.ts#L12
)
## Methods
## Methods
...
@@ -104,4 +104,4 @@ The response from ChatGPT
...
@@ -104,4 +104,4 @@ The response from ChatGPT
#### Defined in
#### Defined in
[
src/chatgpt-conversation.ts:48
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/chatgpt-conversation.ts#L48
)
[
src/chatgpt-conversation.ts:48
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/chatgpt-conversation.ts#L48
)
docs/classes/ChatGPTError.md
View file @
c177c83c
...
@@ -66,7 +66,7 @@ node_modules/.pnpm/typescript@4.9.3/node_modules/typescript/lib/lib.es2022.error
...
@@ -66,7 +66,7 @@ node_modules/.pnpm/typescript@4.9.3/node_modules/typescript/lib/lib.es2022.error
#### Defined in
#### Defined in
[
src/types.ts:298
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L298
)
[
src/types.ts:298
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L298
)
__
_
__
_
...
@@ -76,7 +76,7 @@ ___
...
@@ -76,7 +76,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:297
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L297
)
[
src/types.ts:297
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L297
)
__
_
__
_
...
@@ -86,7 +86,7 @@ ___
...
@@ -86,7 +86,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:295
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L295
)
[
src/types.ts:295
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L295
)
__
_
__
_
...
@@ -96,4 +96,4 @@ ___
...
@@ -96,4 +96,4 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:296
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L296
)
[
src/types.ts:296
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L296
)
docs/modules.md
View file @
c177c83c
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
#### Defined in
#### Defined in
[
src/types.ts:109
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L109
)
[
src/types.ts:109
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L109
)
__
_
__
_
...
@@ -82,7 +82,7 @@ ___
...
@@ -82,7 +82,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:301
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L301
)
[
src/types.ts:301
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L301
)
__
_
__
_
...
@@ -102,7 +102,7 @@ ___
...
@@ -102,7 +102,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:309
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L309
)
[
src/types.ts:309
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L309
)
__
_
__
_
...
@@ -112,7 +112,7 @@ ___
...
@@ -112,7 +112,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:1
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L1
)
[
src/types.ts:1
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L1
)
__
_
__
_
...
@@ -134,7 +134,7 @@ https://chat.openapi.com/backend-api/conversation
...
@@ -134,7 +134,7 @@ https://chat.openapi.com/backend-api/conversation
#### Defined in
#### Defined in
[
src/types.ts:134
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L134
)
[
src/types.ts:134
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L134
)
__
_
__
_
...
@@ -152,7 +152,7 @@ ___
...
@@ -152,7 +152,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:251
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L251
)
[
src/types.ts:251
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L251
)
__
_
__
_
...
@@ -177,7 +177,7 @@ ___
...
@@ -177,7 +177,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:257
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L257
)
[
src/types.ts:257
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L257
)
__
_
__
_
...
@@ -187,7 +187,7 @@ ___
...
@@ -187,7 +187,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:276
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L276
)
[
src/types.ts:276
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L276
)
__
_
__
_
...
@@ -204,7 +204,7 @@ ___
...
@@ -204,7 +204,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:270
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L270
)
[
src/types.ts:270
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L270
)
__
_
__
_
...
@@ -226,7 +226,7 @@ https://chat.openapi.com/backend-api/conversation/message_feedback
...
@@ -226,7 +226,7 @@ https://chat.openapi.com/backend-api/conversation/message_feedback
#### Defined in
#### Defined in
[
src/types.ts:193
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L193
)
[
src/types.ts:193
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L193
)
__
_
__
_
...
@@ -236,7 +236,7 @@ ___
...
@@ -236,7 +236,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:249
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L249
)
[
src/types.ts:249
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L249
)
__
_
__
_
...
@@ -256,7 +256,7 @@ ___
...
@@ -256,7 +256,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:222
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L222
)
[
src/types.ts:222
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L222
)
__
_
__
_
...
@@ -266,7 +266,7 @@ ___
...
@@ -266,7 +266,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:220
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L220
)
[
src/types.ts:220
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L220
)
__
_
__
_
...
@@ -276,7 +276,7 @@ ___
...
@@ -276,7 +276,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:275
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L275
)
[
src/types.ts:275
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L275
)
__
_
__
_
...
@@ -294,7 +294,7 @@ ___
...
@@ -294,7 +294,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:77
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L77
)
[
src/types.ts:77
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L77
)
__
_
__
_
...
@@ -312,7 +312,7 @@ https://chat.openapi.com/backend-api/models
...
@@ -312,7 +312,7 @@ https://chat.openapi.com/backend-api/models
#### Defined in
#### Defined in
[
src/types.ts:70
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L70
)
[
src/types.ts:70
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L70
)
__
_
__
_
...
@@ -331,7 +331,7 @@ https://chat.openapi.com/backend-api/moderations
...
@@ -331,7 +331,7 @@ https://chat.openapi.com/backend-api/moderations
#### Defined in
#### Defined in
[
src/types.ts:97
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L97
)
[
src/types.ts:97
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L97
)
__
_
__
_
...
@@ -351,7 +351,7 @@ https://chat.openapi.com/backend-api/moderations
...
@@ -351,7 +351,7 @@ https://chat.openapi.com/backend-api/moderations
#### Defined in
#### Defined in
[
src/types.ts:114
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L114
)
[
src/types.ts:114
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L114
)
__
_
__
_
...
@@ -373,7 +373,7 @@ to authenticate with the unofficial ChatGPT API.
...
@@ -373,7 +373,7 @@ to authenticate with the unofficial ChatGPT API.
#### Defined in
#### Defined in
[
src/openai-auth.ts:20
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/openai-auth.ts#L20
)
[
src/openai-auth.ts:20
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/openai-auth.ts#L20
)
__
_
__
_
...
@@ -391,7 +391,7 @@ ___
...
@@ -391,7 +391,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:161
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L161
)
[
src/types.ts:161
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L161
)
__
_
__
_
...
@@ -408,7 +408,7 @@ ___
...
@@ -408,7 +408,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:178
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L178
)
[
src/types.ts:178
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L178
)
__
_
__
_
...
@@ -418,7 +418,7 @@ ___
...
@@ -418,7 +418,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:3
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L3
)
[
src/types.ts:3
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L3
)
__
_
__
_
...
@@ -428,7 +428,7 @@ ___
...
@@ -428,7 +428,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:289
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L289
)
[
src/types.ts:289
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L289
)
__
_
__
_
...
@@ -451,7 +451,7 @@ ___
...
@@ -451,7 +451,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:278
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L278
)
[
src/types.ts:278
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L278
)
__
_
__
_
...
@@ -472,7 +472,7 @@ https://chat.openapi.com/api/auth/session
...
@@ -472,7 +472,7 @@ https://chat.openapi.com/api/auth/session
#### Defined in
#### Defined in
[
src/types.ts:8
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L8
)
[
src/types.ts:8
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L8
)
__
_
__
_
...
@@ -494,7 +494,7 @@ ___
...
@@ -494,7 +494,7 @@ ___
#### Defined in
#### Defined in
[
src/types.ts:30
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/types.ts#L30
)
[
src/types.ts:30
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/types.ts#L30
)
## Functions
## Functions
...
@@ -521,7 +521,7 @@ included them in here.
...
@@ -521,7 +521,7 @@ included them in here.
#### Defined in
#### Defined in
[
src/utils.ts:73
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/utils.ts#L73
)
[
src/utils.ts:73
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/utils.ts#L73
)
__
_
__
_
...
@@ -537,7 +537,7 @@ Gets the default path to chrome's executable for the current platform.
...
@@ -537,7 +537,7 @@ Gets the default path to chrome's executable for the current platform.
#### Defined in
#### Defined in
[
src/openai-auth.ts:2
18
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d27238c/src/openai-auth.ts#L218
)
[
src/openai-auth.ts:2
24
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d685b78/src/openai-auth.ts#L224
)
__
_
__
_
...
@@ -561,7 +561,7 @@ recognizes it and blocks access.
...
@@ -561,7 +561,7 @@ recognizes it and blocks access.
#### Defined in
#### Defined in
[
src/openai-auth.ts:18
4
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d27238c/src/openai-auth.ts#L184
)
[
src/openai-auth.ts:18
6
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d685b78/src/openai-auth.ts#L186
)
__
_
__
_
...
@@ -591,6 +591,7 @@ with your updated credentials.
...
@@ -591,6 +591,7 @@ with your updated credentials.
|
`__namedParameters.browser?`
|
`Browser`
|
|
`__namedParameters.browser?`
|
`Browser`
|
|
`__namedParameters.captchaToken?`
|
`string`
|
|
`__namedParameters.captchaToken?`
|
`string`
|
|
`__namedParameters.email?`
|
`string`
|
|
`__namedParameters.email?`
|
`string`
|
|
`__namedParameters.executablePath?`
|
`string`
|
|
`__namedParameters.isGoogleLogin?`
|
`boolean`
|
|
`__namedParameters.isGoogleLogin?`
|
`boolean`
|
|
`__namedParameters.page?`
|
`Page`
|
|
`__namedParameters.page?`
|
`Page`
|
|
`__namedParameters.password?`
|
`string`
|
|
`__namedParameters.password?`
|
`string`
|
...
@@ -602,7 +603,7 @@ with your updated credentials.
...
@@ -602,7 +603,7 @@ with your updated credentials.
#### Defined in
#### Defined in
[
src/openai-auth.ts:42
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/openai-auth.ts#L42
)
[
src/openai-auth.ts:42
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/openai-auth.ts#L42
)
__
_
__
_
...
@@ -622,7 +623,7 @@ ___
...
@@ -622,7 +623,7 @@ ___
#### Defined in
#### Defined in
[
src/utils.ts:39
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/utils.ts#L39
)
[
src/utils.ts:39
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/utils.ts#L39
)
__
_
__
_
...
@@ -642,7 +643,7 @@ ___
...
@@ -642,7 +643,7 @@ ___
#### Defined in
#### Defined in
[
src/utils.ts:12
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/utils.ts#L12
)
[
src/utils.ts:12
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/utils.ts#L12
)
__
_
__
_
...
@@ -662,7 +663,7 @@ ___
...
@@ -662,7 +663,7 @@ ___
#### Defined in
#### Defined in
[
src/utils.ts:29
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/utils.ts#L29
)
[
src/utils.ts:29
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/utils.ts#L29
)
__
_
__
_
...
@@ -682,4 +683,4 @@ ___
...
@@ -682,4 +683,4 @@ ___
#### Defined in
#### Defined in
[
src/utils.ts:19
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
27238c
/src/utils.ts#L19
)
[
src/utils.ts:19
](
https://github.com/transitive-bullshit/chatgpt-api/blob/d
685b78
/src/utils.ts#L19
)
docs/readme.md
View file @
c177c83c
...
@@ -301,6 +301,7 @@ All of these awesome projects are built using the `chatgpt` package. 🤯
...
@@ -301,6 +301,7 @@ All of these awesome projects are built using the `chatgpt` package. 🤯
-
[
Askai
](
https://github.com/yudax42/askai
)
-
[
Askai
](
https://github.com/yudax42/askai
)
-
[
TalkGPT
](
https://github.com/ShadovvBeast/TalkGPT
)
-
[
TalkGPT
](
https://github.com/ShadovvBeast/TalkGPT
)
-
[
iOS Shortcut
](
https://github.com/leecobaby/shortcuts/blob/master/other/ChatGPT_EN.md
)
-
[
iOS Shortcut
](
https://github.com/leecobaby/shortcuts/blob/master/other/ChatGPT_EN.md
)
-
[
Slack Bot
](
https://github.com/trietphm/chatgpt-slackbot/
)
If you create a cool integration, feel free to open a PR and add it to the list.
If you create a cool integration, feel free to open a PR and add it to the list.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment