Ask HN: Is there something like LM Studio but with web browsing? 8 points by 55555 2y ago ↗ HN I want my local LLM to be able to Google things, like ChatGPT does.
[–] schappim 2y ago ↗ WebDriver is your friend: https://www.selenium.dev/documentation/webdriver/WebDriver protocol: https://www.w3.org/TR/webdriver2/Chrome: https://chromedriver.chromium.org/downloadsFirefox: https://github.com/mozilla/geckodriver/releasesDoing it w/ Ruby: https://watir.com/
1 comment
[ 3.4 ms ] story [ 18.4 ms ] threadWebDriver protocol: https://www.w3.org/TR/webdriver2/
Chrome: https://chromedriver.chromium.org/downloads
Firefox: https://github.com/mozilla/geckodriver/releases
Doing it w/ Ruby: https://watir.com/