Metadata-Version: 2.4
Name: bridgic-llms-vllm
Version: 0.1.0
Summary: VLLM adapters for Bridgic, enabling connectivity with self-hosted LLM providers.
Author-email: Tielei Zhang <zhangtl04@gmail.com>
License: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: bridgic-core>=0.1.0
Requires-Dist: bridgic-llms-openai-like>=0.1.0
Description-Content-Type: text/markdown

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

This package integrates vLLM model services into the Bridgic framework, providing common calling interfaces for self-hosted LLM service, such as chat, stream, as well as with encapsulation of common seen high-level functionality.

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

```shell
pip install bridgic-llms-vllm
```