cwtuan 2023-10-06 13:26:04 +00:00 zatwierdzone przez GitHub
commit 77297e5f84
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -551,6 +551,16 @@ If you create a cool integration, feel free to open a PR and add it to the list.
- In `node < 18`, you need to install a polyfill like `unfetch/polyfill` ([guide](https://github.com/developit/unfetch#usage-as-a-polyfill)) or `isomorphic-fetch` ([guide](https://github.com/matthew-andrews/isomorphic-fetch#readme)).
- If you want to build a website using `chatgpt`, we recommend using it only from your backend API
## Comparison of OpenAI Node.js Clients
[Comparison and Usage Trend of OpenAI Node.js Clients](https://npm-compare.com/openai,@azure/openai,chatgpt)
- [openai](https://www.npmjs.com/package/openai): The `openai` client is a general-purpose client for the OpenAI API, which can be used to interact with all of OpenAI's models.
- [@azure/openai](https://www.npmjs.com/package/@azure/openai): This package is developed by Azure and provides an alternative option for integrating the ChatGPT API in Node.js. It offers integration with Azure services and may appeal to users already utilizing Azure infrastructure.
- [chatgpt](https://www.npmjs.com/package/chatgpt): This package provides a ChatGPT API client for Node.js. It provides a more convenient way to use the ChatGPT API, by hiding some of the complexity of the underlying API.
## Credits
- Huge thanks to [@waylaidwanderer](https://github.com/waylaidwanderer), [@abacaj](https://github.com/abacaj), [@wong2](https://github.com/wong2), [@simon300000](https://github.com/simon300000), [@RomanHotsiy](https://github.com/RomanHotsiy), [@ElijahPepe](https://github.com/ElijahPepe), and all the other contributors 💪