Jan Rychter
Jan Rychter
Unfortunately, no. I learned to live with it and the pain of `projectile-find-file` listing a ton of irrelevant stuff.
I would normally not presume to comment on general UI design, but since you asked, I will give you my thoughts based on my experience using gptel (quite heavily). Please...
Thank you for considering my comments! In order to keep this brief, I'll try to respond only to things where a response is necessary. In many cases you either pointed...
> #### persistent system prompt and directives > > This goes for both the system prompt and directives, and I would never want the directive to be for the next...
> I also flattened the model selection process now so you don't have to pick the provider first, it's all together. So it should be faster. I like it! It...
This issue ballooned to encompass many topics, but I had some feedback related to the initial feature request, and I thought I might as well add it here. I've been...
> I've got my first issue now from a user confused about model parameters _not_ being buffer-local by default now, so it looks like there's no winning here. Yes, I'm...
> > Then there are bugs or issues related to the complexity of gptel's input handling. What will get sent? Will it be the entire buffer? I need to worry...
I'm not sure if I explained this clearly. I am not working from a gptel buffer. I am working in my own text buffer, and I expected the full buffer...
As a data point, I built the provided module on MacOS using the default instructions: ``` mkdir build cd build cmake -DCMAKE_C_FLAGS='-O3 -march=native' .. \ && cmake --build . ```...