Open jjafuller opened 4 days ago
you can try latest version, it solve this problem.
I had the same problem as jjafuller, and it started out the same after upgrading to 1.3.2, but then I just changed the LLM config again to a silly little "qwen2.5-coder:3b" and it started calling Ollama. However, it's now in an infinite loop producing the same unusable result each time and there's no button to cancel the request. ;-)
I had the same problem as jjafuller, and it started out the same after upgrading to 1.3.2, but then I just changed the LLM config again to a silly little "qwen2.5-coder:3b" and it started calling Ollama. However, it's now in an infinite loop producing the same unusable result each time and there's no button to cancel the request. ;-)
In aider you can use ctrl+c to cancel, but in code, it seems there's no api to do this. I'll open an issue to aider to help.
I am wondering where I should get started trying to debug aider composer. I am attempting to use Ollama. From what I can gather it can send messages to the facade server, but there does not appear to be a call actually being made to the Ollama backend. I can see some log entries in the extension output, but they seem pretty high level.
This is the configuration I am using:
I tried hitting the facade server locally to see if it returned any additional information.
This is the response, which doesn't give me much to go on.
The following is the PowerShell script that I use to run aider in the terminal and it works as expected.
Is there a way to enable debug logging, or are there logs elsewhere I can look at?