Martin
Martin
not currently, multimodal model are not so ideal for local use as i big part of the model weight are for vision meaning more memory footprint for less intelligence. currently...
Given we run chromium in docker with architecture emulation, I am not sure what you are asking for ? Why can't you use it on arm linux ?
could you possibly share the error you are getting, yes we use chrome sorry for the earlier confusion but we use QEMU emulation with --platform=linux/amd64 so it should in theory...
Please provide a description for the issue how it would currently benefit us.
why is your port value 11434launchctl in the config ? it should 11434 for example `provider_server_address = 127.0.0.1:11434`
hello, why is the model hardcoded ? what's the benefit of model scope over together AI (also provide qwen in many variant) ?
Thank you for your pull request to add ModelScope API support. As an open-source project focused on privacy and local operation, we’re cautious about integrating third-party APIs, especially from early...
Hello, thank you for making this pull request the readme look really good! But there are false statement for example: **Alternatively, you can place `chromedriver` (or `chromedriver.exe`) directly in the...
could you try to update to the latest version and set these parameter in the config: headless_browser = True stealth_mode = False
The "InvalidSessionIdException ... Unable to receive message from renderer" occurs when the Chrome browser process dies after Selenium has established a session. In containerized environments, this typically happens due to...