From 5db58fd87f230fbe5bae599bb4b120ab42cad3be Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Sat, 24 Jun 2023 03:47:00 +0200 Subject: gpt4free v2, first release --- testing/aicolors_test.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 testing/aicolors_test.py (limited to 'testing/aicolors_test.py') diff --git a/testing/aicolors_test.py b/testing/aicolors_test.py deleted file mode 100644 index 853f7e45..00000000 --- a/testing/aicolors_test.py +++ /dev/null @@ -1,6 +0,0 @@ -from gpt4free import aicolors - -prompt = "Light green color" -req = aicolors.Completion.create(prompt=prompt) - -print(req) -- cgit v1.2.3