Fixed imports

This commit is contained in:
Hamza 2023-05-04 16:30:34 +01:00
parent c60d33c4a0
commit 64ab4770dd
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
from json import loads
from xtempmail import Email
from re import findall
from typing import Optional, Generator
from faker import Faker
from time import time, sleep
from uuid import uuid4

4
gpt4free/test.py Normal file
View File

@ -0,0 +1,4 @@
import forefront
token = forefront.Account.create()
response = forefront.Completion.create(token=token, prompt='Hello!')
print(response)