baichat-py 0.3.0

Last updated:

0 purchases

baichat-py 0.3.0 Image
baichat-py 0.3.0 Images
Add to Cart

Description:

baichatpy 0.3.0

BAIChat API Python
Installation
Pypi
pip install baichat-py

Codeberg
pip install --index-url https://codeberg.org/api/packages/Bavarder/pypi/simple/ baichat-py

Usage
from baichat_py import Completion

prompt = "Hello, world!"
for token in Completion.create(prompt):
print(token, end="", flush=True)
print("")

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.