We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2358a1 commit 9789c60Copy full SHA for 9789c60
articles/ai-foundry/openai/api-version-lifecycle.md
@@ -208,6 +208,8 @@ client := openai.NewClient(
208
209
# [Java](#tab/Java)
210
211
+[Java v1 examples](./supported-languages.md)
212
+
213
### v1 API
214
215
**API Key**:
articles/ai-foundry/openai/includes/language-overview/java.md
@@ -32,6 +32,7 @@ implementation("com.openai:openai-java:4.0.1")
32
<artifactId>openai-java</artifactId>
33
<version>4.0.1</version>
34
</dependency>
35
+```
36
37
## Authentication
38
@@ -45,7 +46,7 @@ Add the Azure Identity package:
45
46
<dependency>
47
<groupId>com.azure</groupId>
48
<artifactId>azure-identity</artifactId>
- <version>1.13.3</version>
49
+ <version>1.18.0</version>
50
51
```
52
0 commit comments