mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-03 03:40:12 +00:00
8 lines
166 B
Python
8 lines
166 B
Python
from __future__ import annotations
|
|
|
|
from .ChatgptLogin import ChatgptLogin
|
|
|
|
|
|
class Opchatgpts(ChatgptLogin):
|
|
url = "https://opchatgpts.net"
|
|
working = True |