freegpt4-duplicated / testing /aicolors_test.py
pruth23's picture
Duplicate from pruth23/freegpt4
2f013d1
raw
history blame contribute delete
120 Bytes
from gpt4free import aicolors
prompt = "Light green color"
req = aicolors.Completion.create(prompt=prompt)
print(req)