Gza / g4f /Provider /Opchatgpts.py
Docfile's picture
rr
58e1001
raw
history blame
No virus
166 Bytes
from __future__ import annotations
from .ChatgptLogin import ChatgptLogin
class Opchatgpts(ChatgptLogin):
url = "https://opchatgpts.net"
working = True