From fc50ce9c7d469e1e505506de30b55dd75643a720 Mon Sep 17 00:00:00 2001 From: WILLIAMS EZE Date: Tue, 27 May 2025 13:25:58 +0100 Subject: [PATCH] feat: this commit adds openAI sdk to the sdk section (#922) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: this commit adds openAI sdk to the sdk section * ref: move openAI SDK to the end of the section * update openai sdk --------- Co-authored-by: Gökay Gürcan --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32d4058..f5c1a8d 100644 --- a/README.md +++ b/README.md @@ -1020,6 +1020,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [javascript-sdk-design](https://github.com/huei90/javascript-sdk-design) - JavaScript SDK design guide extracted from work and personal experience. * [Spotify SDK](https://github.com/loverajoel/spotify-sdk) - Entity oriented SDK to work with the Spotify Web API. * [Square Node.js SDK](https://github.com/square/connect-nodejs-sdk/) - JavaScript client library for payments and other Square APIs. +* [OpenAI SDK](https://github.com/openai/openai-node) - Official JavaScript / TypeScript library for the OpenAI API. ## Full Text Search