Metadata-Version: 2.1
Name: open-interpreter
Version: 0.0.21
Summary: Ask GPT-4 to run code locally
Author: Killian Lucas
Author-email: killian@drinkwater.ai
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: astunparse (>=1.6.3,<2.0.0)
Requires-Dist: ipython (>=8.14.0,<9.0.0)
Requires-Dist: openai (>=0.27.8,<0.28.0)
Requires-Dist: rich (>=13.4.2,<14.0.0)
Requires-Dist: tiktoken (>=0.4.0,<0.5.0)
Description-Content-Type: text/markdown

# open-interpreter
Lightweight interpreter that lets GPT-4 execute code locally.

