diff options
author | xtekky <98614666+xtekky@users.noreply.github.com> | 2023-05-28 02:39:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 02:39:03 +0200 |
commit | 1c227b8ea03752f7b393ac01950d4182784c878d (patch) | |
tree | b900cd12fd92d0335f80e8a4f6c769b7aea03024 /testing | |
parent | Update requirements.txt (diff) | |
parent | Merge branch 'main' into main (diff) | |
download | gpt4free-1c227b8ea03752f7b393ac01950d4182784c878d.tar gpt4free-1c227b8ea03752f7b393ac01950d4182784c878d.tar.gz gpt4free-1c227b8ea03752f7b393ac01950d4182784c878d.tar.bz2 gpt4free-1c227b8ea03752f7b393ac01950d4182784c878d.tar.lz gpt4free-1c227b8ea03752f7b393ac01950d4182784c878d.tar.xz gpt4free-1c227b8ea03752f7b393ac01950d4182784c878d.tar.zst gpt4free-1c227b8ea03752f7b393ac01950d4182784c878d.zip |
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) |