diff options
Diffstat (limited to 'g4f/.v1/testing/italygpt2_test.py')
-rw-r--r-- | g4f/.v1/testing/italygpt2_test.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/g4f/.v1/testing/italygpt2_test.py b/g4f/.v1/testing/italygpt2_test.py deleted file mode 100644 index 0494c8a2..00000000 --- a/g4f/.v1/testing/italygpt2_test.py +++ /dev/null @@ -1,4 +0,0 @@ -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 |