Skip to content

Commit 8cd1c31

Browse files
committed
fix link
1 parent 3d9b30e commit 8cd1c31

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/openai/includes

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dotnet add package Azure.AI.OpenAI --version 1.0.0-beta.17
5757
```
5858

5959
> [!NOTE]
60-
> The completions API is only available in version `1.0.0-beta.17` and earlier of the `Azure.AI.OpenAI` client library. For the latest `2.0.0` and higher version of `Azure.AI.OpenAI`, the recommended approach to generate completions is to use the [chat completions API](chatgpt-dotnet.md).
60+
> The completions API is only available in version `1.0.0-beta.17` and earlier of the `Azure.AI.OpenAI` client library. For the latest `2.0.0` and higher version of `Azure.AI.OpenAI`, the recommended approach to generate completions is to use the [chat completions API](/azure/ai-services/openai/chatgpt-quickstart).
6161
6262
[!INCLUDE [get-key-endpoint](get-key-endpoint.md)]
6363

0 commit comments

Comments
 (0)