Fix ChatgptAi Provider

This commit is contained in:
Heiner Lohaus 2023-10-22 17:13:13 +02:00
parent 78f93bb737
commit fc15181110
3 changed files with 48 additions and 40 deletions

View file

@ -6,7 +6,7 @@ sys.path.append(str(Path(__file__).parent.parent))
sys.path.append(str(Path(__file__).parent.parent.parent))
import g4f
from testing.test_providers import get_providers
from testing._providers import get_providers
from testing.log_time import log_time_async
async def create_async(provider):