freegpt4-duplicated / testing /italygpt2_test.py
pruth23's picture
Duplicate from pruth23/freegpt4
2f013d1
raw
history blame contribute delete
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)