OpenGPT / g4f /Provider /Opchatgpts.py
N.Achyuth Reddy
Upload 100 files
d2f3514
raw
history blame contribute delete
166 Bytes
from __future__ import annotations
from .ChatgptLogin import ChatgptLogin
class Opchatgpts(ChatgptLogin):
url = "https://opchatgpts.net"
working = True