mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-18 16:11:53 +03: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 |