openai/openai-java

Public

mirrored fromhttps://github.com/openai/openai-javaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fdd3ea904097bd9ae05365fba804f4b7051a7eb5

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

openai-azure-java-example/build.gradle.kts

12lines · modecode

1plugins {
2 `java-library`
3}
4
5repositories {
6 gradlePluginPortal()
7}
8
9dependencies {
10 api(project(":openai-java-client-okhttp"))
11 api("com.azure:azure-identity:1.14.0")
12}
13