Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leurez
/
Adam
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Adam
/
theb
/
theb_test.py
t.me/xtekky
theb.ai
ac96278
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
101 Bytes
import
theb
for
token
in
theb.Completion.create(
'hello world'
):
print
(token, end=
''
, flush=
True
)