com.github.brianium/oai-clj

Just a little Clojure sugar on top of openai-java

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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