dandersch

Results 2 comments of dandersch

@Migs3 Not via this user service - the docker image doesn't (and shouldn't) use systemd. My use case was more for desktop machines that want to use only the client...

As a workaround, I changed the order of evaluation in `org-ai--normalize-response` for the openai part to first check for `delta.content`: ``` elisp ;; try openai streamed (t (let ((choices (plist-get...