Metadata-Version: 2.1
Name: happtiq_commons_gen_ai
Version: 1.0.1
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: google-cloud-aiplatform
Requires-Dist: openai
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"

# happtiq_commons_gen_ai

[![PyPI version](https://badge.fury.io/py/happtiq_commons_gen_ai.svg)](https://badge.fury.io/py/happtiq_commons_gen_ai)

happtiq_commons_gen_ai is a Python package that provides interfaces to work with ChatGPT and Gemini AI models. This library allows you to easily integrate these AI models into your Python applications, providing methods to send prompts and receive responses.

## Installation

To install `happtiq_commons_gen_ai`, use pip:

```bash
pip install happtiq_commons_gen_ai
```

## Contributing

Contributions are welcome! Please open an issue or submit a pull request if you have any suggestions or improvements.

## License

This project is licensed under the Apache License, Version 2.0, January 2004. You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


This ensures that the license is clearly stated and provides the necessary information for users to understand their rights and obligations under the Apache License, Version 2.0.
