Weyaxi's picture
Duplicate from Weyaxi/commit-trash-huggingface-spaces-codes
42472b3
raw
history blame contribute delete
136 Bytes
from gpt4free import theb
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)
print('asdsos')