Skip to content

Commit 1530d7c

Browse files
committed
update
1 parent 1aa216d commit 1530d7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cognitive-services/openai/includes/chatgpt-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords:
2020
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true)
2121
- Access granted to the Azure OpenAI service in the desired Azure subscription.
2222
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI Service by completing the form at [https://aka.ms/oai/access](https://aka.ms/oai/access?azure-portal=true).
23-
- [Java Development Kit (JDK)](https://docs.microsoft.com/java/azure/jdk/) with version 8 or above.
23+
- [Java Development Kit (JDK)](/java/azure/jdk/) with version 8 or above.
2424
- An Azure OpenAI Service resource with either the `gpt-35-turbo` or the `gpt-4`<sup>1</sup> models deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
2525

2626
<sup>1</sup> **GPT-4 models are currently only available by request.** Existing Azure OpenAI customers can [apply for access by filling out this form](https://aka.ms/oai/get-gpt4).

articles/cognitive-services/openai/includes/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords:
2020
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true)
2121
- Access granted to the Azure OpenAI service in the desired Azure subscription.
2222
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI Service by completing the form at [https://aka.ms/oai/access](https://aka.ms/oai/access?azure-portal=true).
23-
- [Java Development Kit (JDK)](https://docs.microsoft.com/java/azure/jdk/) with version 8 or above.
23+
- [Java Development Kit (JDK)](/java/azure/jdk/) with version 8 or above.
2424
- An Azure OpenAI Service resource with either the `gpt-35-turbo` or the `gpt-4`<sup>1</sup> models deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
2525

2626
<sup>1</sup> **GPT-4 models are currently only available by request.** Existing Azure OpenAI customers can [apply for access by filling out this form](https://aka.ms/oai/get-gpt4).

0 commit comments

Comments
 (0)