diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/aicolors_test.py | 6 |
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) |