summaryrefslogtreecommitdiffstats
path: root/testing/aicolors_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/aicolors_test.py')
-rw-r--r--testing/aicolors_test.py6
1 files changed, 6 insertions, 0 deletions
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)