aider icon indicating copy to clipboard operation
aider copied to clipboard

aider is AI pair programming in your terminal

Results 277 aider issues
Sort by recently updated
recently updated
newest added

What happened: ``` The script is slow because it's doing a lot of work. It's reading a large CSV file, transforming the data, creating a DataLoader, initializing a neural network...

InputOuput -> InputOutput

From what I've read, repo map is disabled outside gpt-4 because 3.5 cant handle the token load. But with 3.5-16k released has anyone tried with 16k? I'm going to dive...

Amazing project! I love where this is going, this is the future of development! I'm trying the 'pong' example, and it seems to get confused a lot, but making slow...

Currently, this only supports OpenAI models using the OpenAI API. Oobabooga Webui has an API extension that allows requests to be sent to it and open source models to generate...

After Aider crashed I restarted Aider in the same terminal but when I tried to carry on it failed to realise that I was working in C# and it tried...

Characters like 🎙️ and 🔈cause the file loading to fail. I suspect this is because it expects a pure UTF-8 file. ``` Traceback (most recent call last): File "", line...

I understand I can set colors for various texts like so: `aider --user-input-color blue --tool-output-color blue --tool-error-color blue -assistant-output-color blue` I tried various combinations and it changes the chat colors....

Since I had troubles installing Aider on Windows, I finaly managed it with these steps: 1. `> pip install aider-chat --user` 2. `> $env:OPENAI_API_KEY='sk-...` 3. This created `aider.exe` in `c:\users\%username%\appdata\roaming\python\python311\scripts\`...

This is my first time using this, and while it appeared to do what it was supposed to, Aider kept prompting me to add the same file to chat over...