mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-01-01 06:41:09 -08:00
Add GptGod Provider
Remove timeout from aiohttp providers Disable Opchatgpts and ChatgptLogin provider
This commit is contained in:
parent
1238d9a638
commit
4fa6e9c0f5
15 changed files with 74 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue