Sep 13
[Enhancement] Allow models to use their native internet search options
Most frontier models allow a parameter to enable web search and it would be great if we could use their native search methods. For example Claude has a "web_search" tool and Gemini has grounding with search results that you can enable. The current logic that 1minAI uses to try to parse relevant results is honestly pretty bad.. If I search "us news" for example I get two completely irrelevant links:
๐ Extracting keywords
๐ Doing Google search with keyword: us news today
๐ Crawling site https://law.yale.edu/yls-today/news/dean-gerken-why-yale-lawโฆ
๐ Crawling site https://www.nbcnews.com/
๐ Crawling site https://hls.harvard.edu/today/decision-to-withdraw-from-the-โฆ
Based on the provided information, both Yale Law School and Harvard Law School publicly announced in November 2022 that they would withdraw from and stop participating in the U.S. News & World Report law school rankings.
This could easily be avoided (and no need to do 1minAI's own roundabout searches on the side) if we could just use the native web search method for the models. Thanks!
Pending