Juan Pablo BC
Juan Pablo BC
I am getting this error when running any rspec command, in my case one workaround could be disabling class caching: ```ruby # config/environments/test.rb Rails.application.configure do ... config.cache_classes = false end...
@mildred Thanks! This was the only solution that worked for me. I went from having more than 200K observers to just about 200.
Same problem here with `codeqwen:code` local model. Is there any way to manipulate model's output before showing the suggestion?
Any updates on this?