223f09a4
1 2 3 4 5 6
from gpt4free import aicolors prompt = "Light green color" req = aicolors.Completion.create(prompt=prompt) print(req)