Is it possible to include web search functionality using the new GPT-4-Turbo Model API ?
I think we can do it by providing the web search functionality using the functions but i dont know how to do it
Is it possible to include web search functionality using the new GPT-4-Turbo Model API ?
I think we can do it by providing the web search functionality using the functions but i dont know how to do it
Did you get anything regarding this because I have same question?
The model itself just accepts text as an input, and generates text as an output.
The AI can call upon function that you write, and understand the values you return from the function it called - such as if you wrote a “web_search_results()” function that employed an internet search engine.
Browsing the web is “hard” because of how many sites and pages are no longer just data; they are dynamic and load while you browse, even requiring accounts and popups to be clicked.