File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/openai/azure-openai/samples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ These sample programs show common scenarios for using Azure OpenAI offerings.
17
17
18
18
| ** File Name** | ** Description** |
19
19
| ----------------| -------------|
20
- | [ chat_completions_quickstart .py] [ chat_completions_quickstart ] | Use Chat Completions with Azure OpenAI|
20
+ | [ chat_completions_aoai_quickstart .py] [ chat_completions_aoai_quickstart ] | Use Chat Completions with Azure OpenAI|
21
21
| [ chat_completions_oyd.py] [ chat_completions_oyd ] | Use Chat Completions with Azure OpenAI on your data|
22
22
23
23
## Prerequisites
@@ -61,7 +61,7 @@ what you can do with Azure OpenAI.
61
61
62
62
[ versioning_history ] : https://github.com/openai/openai-python/releases
63
63
[ azure_identity ] : https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity
64
- [ chat_completions_quickstart ] : https://github.com/Azure/azure-sdk-for-python/tree /main/sdk/openai/azure-openai/samples/chat_completions_quickstart .py
64
+ [ chat_completions_aoai_quickstart ] : https://github.com/Azure/azure-sdk-for-python/blob /main/sdk/openai/azure-openai/samples/chat_completions_aoai_quickstart .py
65
65
[ chat_completions_oyd ] : https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/openai/azure-openai/samples/chat_completions_oyd.py
66
66
[ pip ] : https://pypi.org/project/pip/
67
67
[ azure_subscription ] : https://azure.microsoft.com/free/
You can’t perform that action at this time.
0 commit comments