Bhh / g4f /.v1 /gpt4free /test.py
kuro223's picture
heyh
0e3ca79
raw
history blame
136 Bytes
import forefront
token = forefront.Account.create()
response = forefront.Completion.create(token=token, prompt='Hello!')
print(response)