mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-27 21:21:41 +03:00
4fa6e9c0f5
Remove timeout from aiohttp providers Disable Opchatgpts and ChatgptLogin provider
7 lines
147 B
Python
7 lines
147 B
Python
from __future__ import annotations
|
|
|
|
from .ChatgptLogin import ChatgptLogin
|
|
|
|
|
|
class Opchatgpts(ChatgptLogin):
|
|
url = "https://opchatgpts.net" |