ai

2024-03-02T13:30:17.052389Z

Did anybody encounter a "GPT chat" app written in Clojure/Clojurescript. I would like to play with some custom generated prompts, but I don't want to spent time on writing any web frontend, if I can avoid it. I searched in Github / Google but did no find any simple app, I could extend.

Zachary 2024-03-18T02:28:06.753139Z

I’ve been very happy with this library as well: https://github.com/wkok/openai-clojure @carsten.behring Have been using it a lot for these kinds of purposes, and building out some of my own apps/tools. If you’re in Emacs, I highly recommend gptel-mode mentioned below. It feels much more intimate to have the chatbot integrated into an org-mode buffer right next to your code; like a special friend… ^_^

peterdee 2024-05-09T15:42:04.628889Z

You could look at our project schedulingTBD: https://github.com/pdenno/schedulingTBD . We also use wkok's excellent code. The picture on the README isn't up to date. As of last week we started using ChatScope for the chat capability. https://chatscope.io/ Compared to what we were using before for the frontend, ChatScope is pretty easy to get going. We use Helix which uses React hooks.

Nim Sadeh 2024-03-03T20:26:50.403939Z

I make a lot of these apps. I use https://github.com/wkok/openai-clojure?tab=readme-ov-file which is a wrapper around the OpenAI OpenAPI (lol) specs

danielneal 2024-03-02T16:07:52.824859Z

I use gptel from emacs, you can set the custom prompt and hook it up to the API

1