Skip to content

Commit 9789c60

Browse files
committed
update
1 parent e2358a1 commit 9789c60

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/ai-foundry/openai/api-version-lifecycle.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ client := openai.NewClient(
208208

209209
# [Java](#tab/Java)
210210

211+
[Java v1 examples](./supported-languages.md)
212+
211213
### v1 API
212214

213215
**API Key**:

articles/ai-foundry/openai/includes/language-overview/java.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ implementation("com.openai:openai-java:4.0.1")
3232
<artifactId>openai-java</artifactId>
3333
<version>4.0.1</version>
3434
</dependency>
35+
```
3536

3637
## Authentication
3738

@@ -45,7 +46,7 @@ Add the Azure Identity package:
4546
<dependency>
4647
<groupId>com.azure</groupId>
4748
<artifactId>azure-identity</artifactId>
48-
<version>1.13.3</version>
49+
<version>1.18.0</version>
4950
</dependency>
5051
```
5152

0 commit comments

Comments
 (0)