Closed nsadeh closed 7 months ago
this happens even if I just import the package, like so
(ns my-namespace.llm
(:require
[wkok.openai-clojure.api :as llm-api]))
I narrowed this down to a user error: I used Cheshire 5.13.0, which doesn't exist. The reason I used it is because it's currently on the front page of Cheshire as per the screenshots, but isn't a release.
All sorted now? Can we close this?
Yes, hopefully this is useful for posterity because it's an easy error to make.
Hello, I am using openai-clojure version 0.16.0. When I evaluate my project with Cider, I get the following errors:
Attached is my project.clj: