Fix broken OpenAI API link in README (#775)

Co-authored-by: Simón Fishman <simonpfish@gmail.com>
This commit is contained in:
Megan O'Keefe 2023-10-11 17:38:57 -04:00 committed by GitHub
parent f52ffdaca4
commit 5893a47364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
> ✨ Navigate at [cookbook.openai.com](https://cookbook.openai.com) > ✨ Navigate at [cookbook.openai.com](https://cookbook.openai.com)
Example code and guides for accomplishing common tasks with the [OpenAI API](https://openai.com/api/). To run these examples, you'll need an OpenAI account and associated API key ([create a free account here](https://beta.openai.com/signup)). Example code and guides for accomplishing common tasks with the [OpenAI API](https://platform.openai.com/docs/introduction). To run these examples, you'll need an OpenAI account and associated API key ([create a free account here](https://beta.openai.com/signup)).
Most code examples are written in Python, though the concepts can be applied in any language. Most code examples are written in Python, though the concepts can be applied in any language.