Is it possible to use code interpreter and browser functionalities with API

As the title suggests. It would be great if that is possible. If not, what are the possible alternatives?

I understand that this is not possible yet. But it would be great if it were possible in the near future.

2 Likes

Unfortunately, it is not currently possible to use code interpreter and browser functionalities with the API. However, there may be alternative solutions depending on your specific use case, for example the functions API to integrate with similar services.

1 Like

The possible alternatives:

Set up a sandbox virtual python linux environment with a tty that your AI software can access. Then interface a bash_python_shell function with that. Per-session image instances.

Set up your text web browser with python or shell programs, and allow the AI to call for search engines or other allowed web resources that are given an API-like interface.

1 Like