Metadata-Version: 2.1
Name: openai-wrapper
Version: 0.2.1
Summary: A wrapper for OpenAI's python API which wraps around the openAI functions and stores the request, response and metadata to MongoDB. The stored data can be used to fine tune GPT-3 models or HuggingFace models.
License: MIT
Author: AI Team
Author-email: datascience@prosus.com
Requires-Python: >=3.7.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: dnspython (>=2.2.1,<3.0.0)
Requires-Dist: openai (>=0.20.0,<0.21.0)
Requires-Dist: pymongo (>=4.2.0,<5.0.0)
Requires-Dist: typeguard (>=2.13.3,<3.0.0)
