text-generation-webui icon indicating copy to clipboard operation
text-generation-webui copied to clipboard

Fix: No successful downloads to add as attachments when using Activate web search feature

Open bars0um opened this issue 3 months ago • 0 comments

Issue:

Activate web search, when checked, does not come up with any findings.

This fixes some of the page retrieval logic and improves the chance of successfully fetching website content to add to your context.

Note: you will need to install html2text and brotli

# activate conda as needed 
pip install html2text brotli 

Checklist:

bars0um avatar Oct 10 '25 06:10 bars0um