paul-gauthier
paul-gauthier
Again, can you share the output of `aider --verbose` so I can see what switches/configs are active. Something seems to be specifying an invalid api base url.
Did aider throw the `httpx.InvalidURL: Invalid port: ':1'` error when you ran it with `aider --verbose`? Because I don't see anything in the verbose output that would explain such an...
You might want to try upgrading to the new v0.29.0 and see if this problem resolves.
I am unable to reproduce this bug anywhere. But it appears that this might be an issue with the `httpx` library that `openai-python` uses. https://github.com/openai/openai-python/issues/1054 That issue suggests that downgrading...
I'm going to close this issue for now, but feel free to add a comment here and I will re-open or file a new issue any time.
Thanks for trying aider and filing this issue. You could add such filenames to `.aiderignore` so that aider won't pay any attention to them.
Thanks for trying aider and filing this issue. Aider no longer relies on ctags, it now uses tree-sitter which is installed automatically as part of the aider package. The fact...
I'm going to close this issue for now, but feel free to add a comment here and I will re-open or file a new issue any time.
Thanks for trying aider and filing this issue. I've spent some time evaluating SWE-Bench, and have concerns that a large fraction of the tasks are essentially impossible. I've opened an...
Thanks for trying aider and filing this issue. A change fixing this is available in the main branch. You can get it by installing the latest version from github: ```...