summaryrefslogtreecommitdiffstats
path: root/g4f/.v1/testing/aicolors_test.py
blob: 853f7e4560e9003b3a1d76119243027f06ec577c (plain) (blame)
1
2
3
4
5
6
from gpt4free import aicolors

prompt = "Light green color"
req = aicolors.Completion.create(prompt=prompt)

print(req)