From 488ba0cee6459bf71949176ed75350eac4efd859 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Fri, 12 Jan 2024 13:39:56 +0000 Subject: [PATCH] docs(readme): improve api reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f644cdeefe..989f838384 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It is generated from our [OpenAPI specification](https://github.com/openai/opena ## Documentation -The API documentation can be found [here](https://platform.openai.com/docs). +The REST API documentation can be found [on platform.openai.com](https://platform.openai.com/docs). The full API of this library can be found in [api.md](https://www.github.com/openai/openai-python/blob/main/api.md). ## Installation