openai/openai-java

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.11.4

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

12lines · modepreview

plugins {
    `java-library`
}

repositories {
    gradlePluginPortal()
}

dependencies {
    api(project(":openai-java-client-okhttp"))
    api("com.azure:azure-identity:1.14.0")
}