mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
aider is AI pair programming in your terminal
https://aider.chat/
![]() # Context: USER: coder.py:10:1: F401 'openai.error.RateLimitError' imported but unused ASSISTANT: I will remove the unused import 'RateLimitError' from the file. ```python coder.py <<<<<<< ORIGINAL from openai.error import RateLimitError ======= >>>>>>> UPDATED ``` |
||
---|---|---|
.flake8 | ||
.pre-commit-config.yaml | ||
coder.py | ||
dump.py | ||
prompts.py |