web-ui
web-ui copied to clipboard
Now get's list of models from ollama instead of hardcoding them. also Improve Browser navigation and error handling
Fix for issue https://github.com/browser-use/web-ui/issues/330 Dynamically loads models from Ollama.
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.
Mainly for making Ollama more reliable but probably others as well.
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.
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.
You should be able to do three separate pull requests. (I don't know why they were all concatenated).
@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) ✌️