atkalcec

Results 2 comments of atkalcec

Hi @paul-gauthier. Getting the same: ```sh Unexpected error: Attempted to access streaming response content, without having called `read()`. Traceback (most recent call last): File "/home/tyeress/venv_aider/lib/python3.9/site-packages/aider/coders/base_coder.py", line 858, in send_new_user_message yield...

Indeed. Monitoring `ollama serve` shows 404, which can be returned with POST /api/generate when the model doesn't exist. I had to explicitly use: `aider --model ollama/deepseek-coder-v2:16b`, and then it works.