gpt4free/testing/aicolors_test.py

7 lines
120 B
Python

from gpt4free import aicolors
prompt = "Light green color"
req = aicolors.Completion.create(prompt=prompt)
print(req)