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 5d0512e104
commit 895643b3ef

View File

@ -9,7 +9,7 @@
> ✨ 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.