Retrieval, Code Interpreter Api , browsing Api messing

Hello, I’m excited to see that code interpreter and retrieval are available in the API. I’m wondering if browsing capabilities will also be added in the future, so there’s no need to implement a headless browser and parser …

Perhaps browsing capabilities will be added in the future, but I’d recommend building your own in the meantime. If you’re interested in doing this, and would like some help, let me know and I’m happy to lend a hand.

1 Like

Sure, I’d like your help building it. How do OpenAi implemented it in chatgpt?

I’m not exactly sure how it’s implemented in ChatGPT.

Check out this example of a web-scraping tool (all credit goes to naotaka1128 for this): web_bowsing_agent/tools/fetch_page.py at main · naotaka1128/web_bowsing_agent (github.com)