com.github.brianium/oai-clj

Just a little Clojure sugar on top of openai-java

Leiningen/Boot

[com.github.brianium/oai-clj "1.6.1.3"]

Clojure CLI/deps.edn

com.github.brianium/oai-clj {:mvn/version "1.6.1.3"}

Gradle

implementation("com.github.brianium:oai-clj:1.6.1.3")

Maven

<dependency>
  <groupId>com.github.brianium</groupId>
  <artifactId>oai-clj</artifactId>
  <version>1.6.1.3</version>
</dependency>