Metadata-Version: 2.4
Name: bridgic-llms-openai
Version: 0.1.3
Summary: OpenAI adapters for Bridgic.
Author-email: Tielei Zhang <zhangtl04@gmail.com>
License: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Requires-Dist: bridgic-core>=0.3.0
Requires-Dist: bridgic-llms-openai-like>=0.1.2
Requires-Dist: openai>=1.60.0
Description-Content-Type: text/markdown

Bridgic LLMs Integration
========================

This package integrates OpenAI LLM into the Bridgic framework, providing the most basic chat/stream interface and implementing several protocols based on the OpenAI API.

Installation
------------

```shell
pip install bridgic-llms-openai
```