Metadata-Version: 2.1
Name: leaf-ai-backends
Version: 0.1.0
Summary: A project that provides AI backnds for LEAF open source projects.
Author: The LEAF team (past and future) with the help of all our contributors
Author-email: leaf@shanda.com
Requires-Python: >=3.9,<4.0
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
Requires-Dist: openai (>=1.12.0,<2.0.0)
Requires-Dist: pydantic (>=2.0.0,<3.0.0)
Description-Content-Type: text/markdown

# <center> leaf-ai-backends </center>


## Introduction

A project that provides AI backnds for LEAF open source projects.

## Supported Backends

- `leaf_ai_backends.openai.OpenAIBackend`: a wrapper to get original `openai` client 

## Installation

`pip install leaf-ai-backends`

## Usage
TBD;

## Maintainers

[@PanQiWei](https://github.com/panqiwei); [@Pandazki](https://github.com/pandazki).

## Roadmap
TBD;
