gpt4free / g4f /.v1 /testing /aicolors_test.py
justest
update
96e2d26
raw
history blame
No virus
120 Bytes
from gpt4free import aicolors
prompt = "Light green color"
req = aicolors.Completion.create(prompt=prompt)
print(req)