Metadata-Version: 2.1
Name: robotgpt-interpreter
Version: 0.0.17
Summary: Let language models run code.
Author: Blaze.zhang
Author-email: blaze.zhang@cloudminds.com
Requires-Python: >=3.10,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: os
Provides-Extra: safe
Requires-Dist: CairoSVG (>=2.7.1,<3.0.0) ; extra == "os"
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: astor (>=0.8.1,<0.9.0)
Requires-Dist: git-python (>=1.0.3,<2.0.0)
Requires-Dist: html2image (>=2.0.4.3,<3.0.0.0)
Requires-Dist: inquirer (>=3.1.3,<4.0.0)
Requires-Dist: ipykernel (>=6.26.0,<7.0.0)
Requires-Dist: ipython (>=8.18.1,<9.0.0) ; extra == "os"
Requires-Dist: jupyter-client (>=8.6.0,<9.0.0)
Requires-Dist: matplotlib (>=3.8.2,<4.0.0)
Requires-Dist: opencv-python (>=4.8.1.78,<5.0.0.0) ; extra == "os"
Requires-Dist: psutil (>=5.9.6,<6.0.0)
Requires-Dist: pyautogui (>=0.9.54,<0.10.0) ; extra == "os"
Requires-Dist: pyreadline3 (>=3.4.1,<4.0.0) ; sys_platform == "win32"
Requires-Dist: pytesseract (>=0.3.10,<0.4.0) ; extra == "os"
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: rich (>=13.4.2,<14.0.0)
Requires-Dist: semgrep (>=1.52.0,<2.0.0) ; extra == "safe"
Requires-Dist: six (>=1.16.0,<2.0.0)
Requires-Dist: tiktoken (>=0.4.0,<0.5.0)
Requires-Dist: tokentrim (>=0.1.13,<0.2.0)
Requires-Dist: wget (>=3.2,<4.0)
Requires-Dist: yaspin (>=3.0.1,<4.0.0) ; extra == "safe"
Description-Content-Type: text/markdown

=================
RobotGPT LLM
=================

    robotgpt-interpreter

=================
Quick Install
=================

    `pip install robotgpt-interpreter`

=================
使用样例
=================
$interpreter --api_base "https://dataai.harix.iamidata.com/llm/api/ask" --api_key "your token" --model "openai/gpt-4"
