Given the news announcement I am wondering if the API now has that same access to the Internet.
Thanks in advance!
Given the news announcement I am wondering if the API now has that same access to the Internet.
Thanks in advance!
Yes, you also can write a function that the AI can call with an internet search query, and then fulfill it by an external API to get search results. Then another function for getting web pages, even ignoring robot files meant for OpenAI and not āmeantā for you.
Just as you can write a function to let the AI multiply two numbers reliably.
See the Bing API price per query: https://www.microsoft.com/en-us/bing/apis/pricing
Thank you. I know I can leverage external services. I am specifically asking if I can put the request directly into an API prompt given the press release. Meaning we would not have to use an external service.
There is no such feature. You get the AI language back from the AI.
Plugins and browsing functions are implemented in āChatGPT the APPā the same way as they would need to implemented in your āHotBot with AskJeevesā. (You canāt beat OpenAI at their own game, after all.)
The announcement was made on X, yesterday at 1PM.
The answer has already been given, why are you ignoring it?
NO.
Pretty sure theyāll add it to the API eventually.
Why on earth would they do that?
Internet Access will never come to the API because there is zero reason for it toādevelopers can( (and should) simply implement their own browsing feature.
Developers shouldnāt want browsing via API anyway, primarily because of the loss of control.
robots.txt
to prohibit access by the OpenAI botI suppose I could see the desire for it from a low-barrier-to-entry perspective, but I think everyone is ultimately better off rolling their own.
I donāt have the time to look right now, but I wouldnāt be at all surprised if there wasnāt already an active GitHub repo to solve this very issue.
@anon22939549 not sure why you think thereās zero reasonā¦the amount of topics/people asking for it shows the opposite is true.
I agree that in some specific cases someone might want to have more control, but if you see how efficient āsearch with Bingā is youāll realise that actually reproducing it will be very hard.
I tried a lot of alternatives, from integrating bing and google to Tavily (thanks to another userās help), and none of them is nearly as good as āsearch with Bingā.
At the start I thought as well someone must have done itā¦but in reality, an āintelligentā integration of internet search into OpenAI (or other LLM), beside simply integrating an API that calls a search and returns a result), itās nowhere to be found.
Tavily seems a good attempt, but āSearch with Bingā itās vastly superior.
I donāt understand why they donāt let everyone integrate it via API using their own Azure Bing key.
Found anything on this? I am having serious trouble getting it to work setting it up myself
Also interested! Surprised Search with Bing is not available via API.
Perhaps Iāll add a little color on getting live results from the web and the technical challenges around it:
That said, it is definitely possible for someone to build the functions for some of the more popular use cases for sure.
Personally, Iād love the feature. Sometimes Iām just looking for a quick simple web search feature in an agent prompt. Iāve already built several AI agents that leverage Google custom search API. Itās a lot to wrangle and doesnāt always work as well as ChatGPTās search function. It could help me keep dev cost down for my client if I didnāt have to handle and maintain the integration. Itād be nice if as their features improve the API web search feature would automatically update. Not to mention one more account to manage for my client paying for Google search API usage and the corresponding security concerns.
It should be done, because we have no visibility on how CHATGPT browses and processes data. Plus you can not feed chatgpt a full search or page, as it complains about length.