1minAI1
1minAI
Mar 21

Add setting to disable URL fetch scraping 🔗❌🔍

Current default behavior of 1min.AI chat is to fetch any url 🔗 included in the prompt request (Crawling http://... Crawling https://...) even with Web Search disabled. Although useful in some cases, when scrapping is not necessary, such behavior has very contra-productive outcomes: - Adds needless input context - Increases processing time - Increases credit consumption considerably 💸 ! To fix this, we need urgently a setting in chat to disable URL Fetch (scrapping) and a webFetch parameter for the unified chat API. "promptObject": { "prompt": "Review this extract and summarize: Theory of fractals... references: https://fractal.unsw.edu/articles",  "settings": { "webSearchSettings": { "webSearch": false , "webFetch": false  } } }
PendingPending