From 223f09a4f10ccfc369062ae8285b19627bacc3b2 Mon Sep 17 00:00:00 2001 From: ggindinson Date: Fri, 26 May 2023 21:57:22 +0300 Subject: Added testing file and init in gpt4free --- testing/aicolors_test.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testing/aicolors_test.py (limited to 'testing') diff --git a/testing/aicolors_test.py b/testing/aicolors_test.py new file mode 100644 index 00000000..853f7e45 --- /dev/null +++ b/testing/aicolors_test.py @@ -0,0 +1,6 @@ +from gpt4free import aicolors + +prompt = "Light green color" +req = aicolors.Completion.create(prompt=prompt) + +print(req) -- cgit v1.2.3