summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Opchatgpts.py
blob: 166323bdd329ce2a66c1ccbe76ed77086a7e19d6 (plain) (blame)
1
2
3
4
5
6
7
8
from __future__ import annotations

from .ChatgptLogin import ChatgptLogin


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