paul-gauthier
paul-gauthier
Sorry, maybe the distinction is chat models versus completion models. When using guidance with a chat model, you can't force it to obey a detailed structure like a json schema....
Aider is set up to support different system prompts and edit formats in a modular way. If you look in the aider/coders subdirectory, you'll see there's a base coder with...
I'm going to close this issue for now, but please feel free to re-open if you have further problems.
Thanks for trying aider and for your interest in experimenting with the repo map. Here is the code that determines whether to use a repo map: https://github.com/paul-gauthier/aider/blob/166ecdcbd0b86847088dc195ede37f7b77227859/aider/coders/base_coder.py#L167 So to enable...
Unfortunately 3.5 is not able to work well with the diff edit format. I did a fairly extensive benchmark: https://aider.chat/docs/benchmarks.html
Ya, these LLMs can be frustrating. That's why I decided to build a benchmark, to have a fairly solid objective way to measure the impact of prompt and algorithm changes.
I've been doing some more experiments and they confirm my belief that 3.5 is really not capable of handling a repository map. Information about the rest of the repository seems...
Thanks for trying aider and for reporting this issue. This looks like a text encoding issue and might be related to running on Windows. I will work on a proper...
I just merged a fix for this issue. You'll have to install the latest from github to pick it up. I'll release it to pypi soon. Please let me know...
The fix is now on pypi in v0.8.0 and will be installed if you do `pip install --upgrade aider-chat`.