SerialIterator
SerialIterator
### Issue I am trying to use a model file to quiet down warning messages according to [https://aider.chat/docs/config/adv-model-settings.html](https://aider.chat/docs/config/adv-model-settings.html). My model file is: ``` { "ollama/deepseek-coder-v2": { "max_tokens": 4096, "max_input_tokens": 32000,...
### Request Sometimes I try telling it `"Discuss with me and do not code anything..."` So I can see what solution it comes up with. I may not fully like...
### Issue I'm adding a feature to Aider using Aider. I cloned the main branch and started working on it locally. Once I thought it was ready to test I...