Erik Thorelli
Erik Thorelli
Thank you @thomashagstrom !! Would you like to open the PR?
This is a problem on macOS as well. Essentially, if you use this "file-finder" plugin, all other plugins' results will be at the bottom. So, either you: 1. use the...
One solution might be to open up an API for special words in the file-finder plugin. Since it's a default/core plugin, maybe have a special dictionary (in a JSON?) that...
None of the workarounds here seem to work for me. Apple Silicon Mac 14.6.1. Any tips?
I have the Libra Colour, my db has the Color column, and the device is running version 4.39.22861. This would be an awesome feature, since I use the colors extensively...
That makes sense to me. I'd imagine it would not exist on older DB versions and some users may be on older versions, so the column check safety would seem...
It does not currently. That's only because no one has brought it up before. That said, I'm not sure if I'll have time in the next few days to build...
Wow, thank you for this @arsen3d!! 🎉 🙌 The [Ollama example](https://github.com/browser-use/browser-use/blob/main/examples/ollama.py works for me now! -- Follow-up -- After some bisecting to figure out the culprit(s), the _only_ thing that...
@cyb3rsalih nice! Yeah, we updated that example file with this PR https://github.com/browser-use/browser-use/pull/373 just a couple hours after my last comment above. 🚀 Glad it's working for you! 🎉 @MagMueller --...
@rjambrecic -- are you running the updated `ollama.py` _exactly_ as it s here: https://github.com/browser-use/browser-use/blob/main/examples/models/ollama.py ? If you are trying with a different model, try going back to `model="qwen2.5:32b-instruct-q4_K_M",` and seeing...