gpt_demo / g4f /.v1 /testing /italygpt2_test.py
starsaround's picture
Upload 183 files
f4b4235
raw
history blame
No virus
198 Bytes
from gpt4free import italygpt2
account_data=italygpt2.Account.create()
for chunk in italygpt2.Completion.create(account_data=account_data,prompt="Who are you?"):
print(chunk, end="", flush=True)