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.1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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