summaryrefslogtreecommitdiffstats
path: root/testing/italygpt2_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/italygpt2_test.py')
-rw-r--r--testing/italygpt2_test.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/italygpt2_test.py b/testing/italygpt2_test.py
deleted file mode 100644
index 0494c8a2..00000000
--- a/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