From e352cf4600a113be812ca8efe7090bf0739bd90a Mon Sep 17 00:00:00 2001 From: Chris Sims Date: Mon, 18 May 2026 21:39:00 -0700 Subject: [PATCH] update readme to link to response API reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90f1c2cbd9..2199f338f4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ pip install openai The full API of this library can be found in [api.md](api.md). -The primary API for interacting with OpenAI models is the [Responses API](https://platform.openai.com/docs/api-reference/responses). You can generate text from the model with the code below. +The primary API for interacting with OpenAI models is the [Responses API](https://developers.openai.com/api/reference/resources/responses). You can generate text from the model with the code below. ```python import os