gpt4free/g4f/Provider/deprecated/Opchatgpts.py
2023-10-04 07:20:51 +02:00

8 lines
167 B
Python

from __future__ import annotations
from ..ChatgptLogin import ChatgptLogin
class Opchatgpts(ChatgptLogin):
url = "https://opchatgpts.net"
working = True