Skip to content

Commit

Permalink
docs(readme): fix broken azure_ad notebook link (openai#781)
Browse files Browse the repository at this point in the history
The notebook link in the main README pointed an old directory.
  • Loading branch information
mikeldking authored and megamanics committed Aug 14, 2024
1 parent 7861d95 commit 66ef93b
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 @@ -489,7 +489,7 @@ In addition to the options provided in the base `OpenAI` client, the following o
- `azure_ad_token`
- `azure_ad_token_provider`

An example of using the client with Azure Active Directory can be found [here](https://github.com/openai/openai-python/blob/v1/examples/azure_ad.py).
An example of using the client with Azure Active Directory can be found [here](https://github.com/openai/openai-python/blob/main/examples/azure_ad.py).

## Versioning

Expand Down

0 comments on commit 66ef93b

Please sign in to comment.