Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
linhj07
/
chatgpt-on-wechat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
45d0fb0
chatgpt-on-wechat
/
plugins
/
plugin.py
linhj07
Upload 139 files
ba12b59
about 2 years ago
raw
Copy download link
history
blame
Safe
140 Bytes
class
Plugin
:
def
__init__
(
self
):
self.handlers = {}
def
get_help_text
(
self, **kwargs
):
return
"暂无帮助信息"