Skip to content

Commit

Permalink
Replaced 'read' w/ 'see'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Sep 16, 2024
1 parent 61095db commit 3c38adf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/USERGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -869,9 +869,9 @@ Returns the last ChatGPT response as a string.

### getResponse

If it's a previously created chat, read [chatgpt.getResponseFromDOM](#getresponsefromdom)
If it's a previously created chat, see [chatgpt.getResponseFromDOM](#getresponsefromdom)

If it's a new chat, read [chatgpt.getResponseFromAPI](#getresponsefromapi-async)
If it's a new chat, see [chatgpt.getResponseFromAPI](#getresponsefromapi-async)

### getResponseFromAPI `async`

Expand Down Expand Up @@ -1788,29 +1788,29 @@ chatgpt.response.continue();

### get

If it's a previously created chat, read [chatgpt.getResponseFromDOM](#getresponsefromdom)
If it's a previously created chat, see [chatgpt.getResponseFromDOM](#getresponsefromdom)

If it's a new chat, read [chatgpt.getResponseFromAPI](#getresponsefromapi-async)
If it's a new chat, see [chatgpt.getResponseFromAPI](#getresponsefromapi-async)

### getFromAPI `async`

Read [chatgpt.getResponseFromAPI](#getresponsefromapi-async)
See [chatgpt.getResponseFromAPI](#getresponsefromapi-async)

### getFromDOM

Read [chatgpt.getResponseFromDOM](#getresponsefromdom)
See [chatgpt.getResponseFromDOM](#getresponsefromdom)

### getLast `async`

Read [chatgpt.getLastResponse](#getlastresponse-async)
See [chatgpt.getLastResponse](#getlastresponse-async)

### regenerate

Read [chatgpt.regenerate](#regenerate)
See [chatgpt.regenerate](#regenerate)

### stopGenerating

Read [chatgpt.stop](#stop)
See [chatgpt.stop](#stop)

## settings `api`

Expand Down

0 comments on commit 3c38adf

Please sign in to comment.