pull/291/head
Travis Fischer 2023-02-01 05:52:13 -06:00
rodzic b823c74cdf
commit 1f6f08ee69
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -58,6 +58,8 @@ You can use it to start building projects powered by ChatGPT like chatbots, webs
npm install chatgpt
```
Make sure you're using `node >= 18` so `fetch` is available (or `node >= 14` if you install a [fetch polyfill](https://github.com/developit/unfetch#usage-as-a-polyfill)).
## Usage
Sign up for an [OpenAI API key](https://platform.openai.com/overview) and store it in your environment.