Metadata-Version: 2.1
Name: ptcompletion
Version: 0.1.2
Summary: Parallel Tasks Completion for OpenAI API, and more.
Home-page: https://github.com/Phantivia/OpenAI_PTCompletion
Author: Phantivia
Author-email: phantivia@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# OpenAI_PTCompletion
A Parallel Tasks Completion Library that boosts your OpenAI-API query with task queue &amp; multiprocessing.

# Installation
```
pip install ptcompletion
```

# Framework
![Framework Picture](images/framework.png)

# How to use
Check example.ipynb for usage.
