From ca8bd3b765e3d29c107ce8232cc5174a808d9e75 Mon Sep 17 00:00:00 2001 From: scorpion4ik26-lang Date: Thu, 30 Apr 2026 23:25:12 +0300 Subject: [PATCH] Add PromptUnit SDK to API tools section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c964908..c81655f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - [Unofficial API in JS/TS](https://github.com/transitive-bullshit/chatgpt-api) - [Unofficial API in Dart](https://github.com/MisterJimson/chatgpt_api_dart) - [ChatGPT (GPT-3.5-turbo) API Client in Golang](https://github.com/AlmazDelDiablo/gpt3-5-turbo-go) +- [PromptUnit SDK - Drop-in OpenAI client with automatic model routing and failover (40-70% cost reduction, zero code change)](https://github.com/promptunit/sdk) ### Chrome Extensions - [Chrome extension to access ChatGPT as a popup on any page](https://github.com/kazuki-sf/ChatGPT_Extension)