web-ui icon indicating copy to clipboard operation
web-ui copied to clipboard

Now get's list of models from ollama instead of hardcoding them. also Improve Browser navigation and error handling

Open iplayfast opened this issue 9 months ago • 6 comments
trafficstars

Fix for issue https://github.com/browser-use/web-ui/issues/330 Dynamically loads models from Ollama.

iplayfast avatar Feb 22 '25 23:02 iplayfast

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Feb 22 '25 23:02 CLAassistant

Mainly for making Ollama more reliable but probably others as well.

iplayfast avatar Feb 24 '25 07:02 iplayfast

This is much more stable

At this point using ollama I am able to run the default agent task (opening openai and clicking the first link). It's also fairly fast.

I've not tested if any of these changes have affected the other models so that needs to be tested, but I'm hopeful that they will work as before or better.

iplayfast avatar Feb 25 '25 15:02 iplayfast

hi, Please don't change so much content in one pull request. It's very difficult for me to review and verify. Also, please don't change content that doesn't need to be modified for now.

warmshao avatar Feb 26 '25 00:02 warmshao

You should be able to do three separate pull requests. (I don't know why they were all concatenated).

iplayfast avatar Feb 26 '25 05:02 iplayfast

@iplayfast great pr, but you only opened one PR. If you push 3 commits to a branch, then the PR will contain all changes, because you open PRs from a branch to another. (Git basics) ✌️

DaWe35 avatar Mar 20 '25 21:03 DaWe35