Metadata-Version: 2.1
Name: augmented_gpt
Version: 0.2.0
Summary: ChatGPT API wrapper, argumented with functions
Home-page: https://github.com/wenyuzhao/augmented-gpt
License: MIT
Keywords: chatgpt,gpt
Author: Wenyu Zhao
Author-email: wenyu.zhao@anu.edu.au
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: matplotlib (>=3.7.1,<4.0.0)
Requires-Dist: numpy (>=1.22,<1.24)
Requires-Dist: openai (>=1.0.0b1,<2.0.0)
Requires-Dist: pandas (==1.5.3)
Requires-Dist: plotly (>=5.15.0,<6.0.0)
Requires-Dist: pytest (>=7.3.2,<8.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: scikit-learn (>=1.2.2,<2.0.0)
Requires-Dist: scipy (>=1.10.1,<2.0.0)
Project-URL: Repository, https://github.com/wenyuzhao/augmented-gpt
Description-Content-Type: text/markdown

# AugmentedGPT: Simple ChatGPT api wrapper with function calls

Example: <a target="_blank" href="https://colab.research.google.com/github/wenyuzhao/augmented-gpt/blob/main/examples/example.ipynb">
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

Install: `pip3 install augmented-gpt`

