Code interpreter cannot analyze large files

Even though the file size limit is 512MB per file, it cannot handle anything more than 100MB. It fails to load in the file, times out, then resets the environment.

I’d hate to move over to a custom implementation using LangChain, but if this isn’t resolved, it may be necessary.

Has anyone else faced this issue? Know if it’s being addressed?