ChatGPT 代码解释器:资源限制详解
OpenAI 在 2023 年 3 月份的博客 ChatGPT plugins 中提到 Code Interpreter
的时候,就说到了代码解释器的一些限制。具体如下:
We execute code in a secured environment and use strict network controls to prevent external internet access from executed code. Additionally, we have set resource limits on each session.
不过这里说的有点笼统,并没有说明具体什么资源的限制,在网上搜了一圈,也没找到有哪里提到这里的具体限制细节,比如:
- 上传文件大小限制了多大?
- 运行代码的内存限制多少?
- 运行代码的 CPU 是多少核?
- Python 可以用哪些库?
- 代码的运行时间限制多少?
- 代码有方法访问互联网吗?
最近刚拿到代码解释器的权限,于是来探究下这里的资源限制具体是怎么回事。