From 31fdf6715be9007dd843eefde458c453a698898c Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 9 Mar 2025 11:36:37 +0100 Subject: [PATCH 1/3] feat: this commit adds openAI sdk to the sdk section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4d54027..c70f660f 100644 --- a/README.md +++ b/README.md @@ -1018,6 +1018,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. +* [OpenAI SDK](https://github.com/openai/openai-node) - JavaScript client for interacting with OpenAI’s APIs (ChatGPT, DALL·E, etc.). * [Square Node.js SDK](https://github.com/square/connect-nodejs-sdk/) - JavaScript client library for payments and other Square APIs. ## Full Text Search From 89c8eb1b4d1327f06c8bca5e9d61d0b7a8239c38 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 9 Mar 2025 14:25:49 +0100 Subject: [PATCH 2/3] ref: move openAI SDK to the end of the section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c70f660f..9b094873 100644 --- a/README.md +++ b/README.md @@ -1018,8 +1018,8 @@ 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. -* [OpenAI SDK](https://github.com/openai/openai-node) - JavaScript client for interacting with OpenAI’s APIs (ChatGPT, DALL·E, etc.). * [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) - JavaScript client for interacting with OpenAI’s APIs (ChatGPT, DALL·E, etc.). ## Full Text Search From c0babacfb6bc809412c7f7554e8a518fea4c0cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kay=20G=C3=BCrcan?= Date: Tue, 27 May 2025 14:13:24 +0200 Subject: [PATCH 3/3] update openai sdk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b094873..5fa790a3 100644 --- a/README.md +++ b/README.md @@ -1019,7 +1019,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) - JavaScript client for interacting with OpenAI’s APIs (ChatGPT, DALL·E, etc.). +* [OpenAI SDK](https://github.com/openai/openai-node) - Official JavaScript / TypeScript library for the OpenAI API. ## Full Text Search