Skip to content

Commit

Permalink
Merge pull request #3 from chrispix/readme-api-tokens
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
polpielladev authored Jun 14, 2023
2 parents b07ca59 + 2e32968 commit dd3f529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Every time a new version is available, a new Github release is created. You can

## Usage

Chatty communicates with the [OpenAI API]() to make use of the ChatGPT model. The first time you use the chatty, you will need to give it an API token using the `auth` command:
Chatty communicates with the [OpenAI API]() to make use of the ChatGPT model. Note you must have an API key with available tokens (either free or pay-as-you-go). You can check your available tokens [here](https://platform.openai.com/account/usage). The first time you use the chatty, you will need to give it an API token using the `auth` command:

```bash
chatty auth
Expand Down

0 comments on commit dd3f529

Please sign in to comment.