Skip to content

Commit

Permalink
Fix broken OpenAI API link in README (#775)
Browse files Browse the repository at this point in the history
Co-authored-by: Simón Fishman <[email protected]>
  • Loading branch information
askmeegs and simonpfish authored Oct 11, 2023
1 parent f52ffda commit 5893a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5893a47

Please sign in to comment.