Web searching not working
This issue happens with every query that I made.
I get the same error from time to time. Increasing (or disabling) the timeout from this line is working for me:
https://github.com/huggingface/chat-ui/blob/bfd6b5f186ecc1fda862835cc1a60d962be81970/src/lib/server/websearch/scrape/scrape.ts#L61
And this and this fix as well
Not works for me. When I disable the timeout, I get "Generation Error" + the previous error "Error scraping webpage" Btw, sorry for my English
Works! But now I have other issue. I'm using arch linux, so playwright doesn't works properly (I need to install a bunch of dependencies). How I can run chat-ui using docker in my local machine?
There are many problems due to playwright in offline environment. I need an option to turn it on and off.