karthink

Results 854 comments of karthink

@jacereda That was the one, thanks! It looks like a better (and more universal) solution for copilot-style usage. Setting the context _manually_ is still on the table for gptel, I'll...

@RomeoV a [preliminary attempt at a copilot-style workflow](https://github.com/karthink/gptel/discussions/206).

Support for sending other regions/buffers/files as context has been added in #256 by @daedsidog, so I'm closing this now. The copilot-feature can be addressed in a separate issue.

Maybe I'm lacking imagination -- could you provide an example of the kinds of things you could do in Emacs with this? (Keeping in mind that this requires sending openAI...

IIUC, you're describing the case of supplying ChatGPT the descriptions and type signatures of elisp functions, and then asking it to combine those (along with its general knowledge of elisp)...

Function calling is now available in the `feature-tool-use` branch. Please use #514 if you want to test it or provide feedback before it's merged.

You could set process-adaptive-read-buffering to nil when starting the curl process. Also try changing process-connection-type to t. On Fri, Dec 22, 2023, 11:56 PM Alexander Kukushkin ***@***.***> wrote: > Noticed...

You could also try setting `read-process-output-max` to a very small number, but I suspect this will only slow down the interaction.

This is a good point, but I'm not sure how to fix it. It does not make sense to reuse the general system message/directive that you set with `h` in...

Closing as the rewrite system has been redesigned now. You can create any rewrite directive and use it when rewriting. All directives, for general use or rewriting, live in the...