Metadata-Version: 2.1
Name: augmented_gpt
Version: 0.3.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
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=1.22)
Requires-Dist: openai (==1.2.3)
Requires-Dist: pandas (>=2.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: scikit-learn (>=1.2.2,<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 Usage](examples/example.ipynb)

Install: `pip3 install augmented-gpt`

