gpt4free icon indicating copy to clipboard operation
gpt4free copied to clipboard

Exception has occurred: CouldNotGetAccountException

Open f1den opened this issue 1 year ago • 0 comments

from gpt4free import forefront; token = forefront.Account.create(logging=False); print(token); response = forefront.Completion.create(token=token, prompt='Hello!'); print(response); Error: Exception has occurred: CouldNotGetAccountException HTTP 422 File "C:\Users\user\Desktop\TG-GPT-BOT\logic\api_gpt4free.py", line 2, in <module> token = forefront.Account.create(logging=False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pymailtm.pymailtm.CouldNotGetAccountException: HTTP 422

f1den avatar May 15 '23 11:05 f1den