From 053719847dc80a37007406c69bf7979c4ae697db Mon Sep 17 00:00:00 2001 From: Sife-shuo <88375951+Sife-shuo@users.noreply.github.com> Date: Fri, 19 May 2023 23:01:57 +0800 Subject: upload italtgpt2 --- testing/italygpt2_test.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testing/italygpt2_test.py (limited to 'testing/italygpt2_test.py') diff --git a/testing/italygpt2_test.py b/testing/italygpt2_test.py new file mode 100644 index 00000000..0494c8a2 --- /dev/null +++ b/testing/italygpt2_test.py @@ -0,0 +1,4 @@ +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) \ No newline at end of file -- cgit v1.2.3