Closed jianghoy closed 6 months ago
https://github.com/wkok/openai-clojure/blob/main/src/wkok/openai_clojure/sse.clj#L10-L12
Since babashka doesn't support loading arbitrary java classes: https://book.babashka.org/#libraries, the way it imports a LinkedList will not work in babashka.
The usage of LinkedList
got introduced in this PR 47 in order to address Issue 43
I have not had a chance to look into it but you're welcome to raise a PR that either
LinkedList
So, I'm using the library , so far so good. However when I try to use it in babashka script, I'm getting an error saying LinkedList is not supported in bb:
The
bb.edn
file:The script:
Error message:
Any thoughts on adding support to it? I believe the culprit must be how the LinkedList is used the first place.