Jan Rychter

Results 72 comments of Jan Rychter

Yes, I realize that I can use C-x s to save the options, but I still find it jarring that gptel forgets *some things* if I don't do that. It...

Closely related suggestion, based on the reading of docs for the Mistral-7B-Instruct-v0.2 model: > In order to leverage instruction fine-tuning, your prompt should be surrounded by [INST] and [/INST] tokens....

The "jarring" comment was in the context of my work processes. When I use gptel I mostly think about something else (the text I'm working on). So, anything that detracts...

Clojure user here, with a large code base. This is very interesting, as Claude sometimes has problems navigating my code, and LSP is well supported for Clojure.

It seems this is exactly what I was looking for. I took another look at the source code to check why I didn't realize that a Clojure client is there....

So far I noticed that `cb-success?` and `cb-error?` are conditionalized and ClojureScript-only, not sure why. I don't think they need to be? ``` #?(:cljs (defn cb-error? [cb-reply-clj] (#{:chsk/closed :chsk/timeout :chsk/error}...

Here are some more little things that threw me off: The `event-msg` alias isn't actually used anywhere, I just spent some time chasing it while trying to find other errors....

> These are examples of aliases for backwards compatibility I only reported those because they are confusing (and arguably incorrect) if Sente is used in client-mode from Clojure, in case...

I can confirm that this works very well and lets me skip the CSRF check when needed. Thank you! 🙏