OpenGPT / g4f /Provider /Opchatgpts.py
AchyuthGamer's picture
Upload 100 files
d2f3514
raw
history blame
No virus
166 Bytes
from __future__ import annotations
from .ChatgptLogin import ChatgptLogin
class Opchatgpts(ChatgptLogin):
url = "https://opchatgpts.net"
working = True