From 18c16024f8767bb9ed0e7bcb2b79b71ffa06192a Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Mon, 23 Jan 2023 12:28:41 -0600 Subject: [PATCH] Modify README to clarify documentation section --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f1e68c1d0a..8c6f359e0d 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the OpenAI API. -## Documentation - -See the [OpenAI API docs](https://beta.openai.com/docs/api-reference?lang=python). +You can find usage examples for the OpenAI Python library in our [API reference](https://beta.openai.com/docs/api-reference?lang=python) and the [OpenAI Cookbook](https://github.com/openai/openai-cookbook/). ## Installation