Last updated:
0 purchases
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("")
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.