Given the news announcement I am wondering if the API now has that same access to the Internet.
Thanks in advance!
5 Likes
_j
2
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
2 Likes
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.
_j
4
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.)
1 Like
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.
1 Like
Might be waiting a while.
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.
- It can quickly and dramatically increase generated tokens as the model essentially self-prompts after every function return.
- The browsing feature is locked to OpenAIās network so, among other things,
- Browsing can be limited by sites using
robots.txt to prohibit access by the OpenAI bot
- Browsing will be limited to sites approved by OpenAI
- Your users will be region-locked to OpenAIās region
I 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.
2 Likes
@elmstedt 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.
2 Likes
jacob11
11
Found anything on this? I am having serious trouble getting it to work setting it up myself
1 Like