Add GptGod Provider

Remove timeout from aiohttp providers
Disable Opchatgpts and ChatgptLogin provider
This commit is contained in:
Heiner Lohaus 2023-10-07 09:02:48 +02:00
parent 1238d9a638
commit 4fa6e9c0f5
15 changed files with 74 additions and 29 deletions

View file

@ -3,6 +3,7 @@ from pathlib import Path
import asyncio
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