code-interpreter
code-interpreter copied to clipboard
Python & JS/TS SDK for running AI-generated code/code interpreting in your AI app
Results
12
code-interpreter issues
Sort by
recently updated
recently updated
newest added
Is it possible to interpret Swift code with this somehow? That would be very useful for mobile app development.
feature
The Sandbox.upload_file method has the following signature: ```python def upload_file(self, file: IO, timeout: Optional[float] = TIMEOUT) -> str: ``` However, it's not true that `file` must simply be type `IO`....
improvement