Metadata-Version: 2.4
Name: gptio
Version: 0.1.2
Summary: A simple Python module to interact with ChatGPT via OpenAI API.
Author: wirnty
Author-email: skedovichusjdj@gmail.com.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Intended Audience :: Developers
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.31.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# gptio

A small package that can launch ChatGPT by using Bearer/API Key.

## Installation

```bash
pip install gptio
