Justin Reed
Results
1
comments of
Justin Reed
I can confirm it works. Here is a snippet I was able to successfully run. ```clojure (api/create-chat-completion {:model "llama3.1" :messages [{:role "user" :content "why are my eyes blue?"}] :stream true...