Spaces:
Ritori
/
Runtime error

GPT4 / g4f /.v1 /gpt4free /test.py
Ritori's picture
Duplicate from justest/gpt4free
410636c
raw
history blame contribute delete
136 Bytes
import forefront
token = forefront.Account.create()
response = forefront.Completion.create(token=token, prompt='Hello!')
print(response)