Just wanted to know when querying the GPT-4o using the API, can the model access the internet (like it does in the ChatGPT UI).
When I ask the model to get info from the last 24 hours (to check internet access), the model yields some results, but seems like its hallucination. Am I right then to say it doesnt have internet access?
If you want it to have browsing capability, you need to create a tool for that
I haven’t yet seen a general stable third party solution - people often talk about it in abstract terms, suggesting using selenium or something - but you’ll quickly run into issues depending on what you’re doing or which websites you’re trying to track.
The best option as far as I’m aware is to create scrapers for specific websites, and go with that.