gpt_demo / g4f /Provider /Opchatgpts.py
starsaround's picture
Upload 122 files
35e3615
raw history blame
No virus
166 Bytes
from __future__ import annotations
from .ChatgptLogin import ChatgptLogin
class Opchatgpts(ChatgptLogin):
url = "https://opchatgpts.net"
working = True