baichat-py 0.3.0

Creator: bradpython12

Last updated:

0 purchases

TODO
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:

Customer Reviews

There are no reviews.