Fork me on GitHub
#announcements
<
2023-02-14
>
Werner11:02:24

https://github.com/wkok/openai-clojure - Clojure wrapper functions to drive the current https://platform.openai.com/docs/introduction Submitted to OpenAI as a community library, awaiting approval šŸ¤ž https://github.com/wkok/openai-clojure

amazed 14
šŸ‘ 28
2
šŸŽ‰ 4
šŸ™Œ 6
flowthing11:02:02

Very cool, thanks for making this. šŸ™‚

šŸ‘ 4
nice 8
plus_one 2
Carsten Behring21:02:45

I am using Azure OpenAI API. It has a different API endpoint (and different per customer), and it support only one operation (so far) namely "completions" But the parameters for the completion are the same. Maybe we could extend openai-clojure to support both ? I opened https://github.com/wkok/openai-clojure/issues/2 to discuss further, if you are interested.

šŸ‘€ 2
Werner21:02:53

https://github.com/wkok/openai-clojure v0.2.0 released ā€¢ Added Azure OpenAI Support (thanks @U7CAHM72M)

Benjamin09:02:04

Plugging my openai emacs bindings: if you are interested in having some commands https://github.com/benjamin-asdf/openai-api.el (alpha) I am using this with quite some effect. Its great with shell commands also

nice 8
borkdude16:02:11

Babashka https://github.com/babashka/http-client: HTTP client for Clojure and babashka built on java.net.http 0.1.4 ā€¢ Implement :multipart uploads, largely based on https://github.com/gnarroway/hato's implementation ā€¢ https://github.com/babashka/http-client/issues/13: Add a default user-agent header: babashka.http-client/<released-version> (https://github.com/lispyclouds)

šŸŽ‰ 18
šŸ™Œ 4
Alex Miller (Clojure team)17:02:03

FYI, the Ask Clojure site will be undergoing some maintenance over the next hour and may experience a short period of downtime

clojure-spin 30