Adam / theb /theb_test.py
t.me/xtekky
theb.ai
ac96278
import theb
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)