Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AtomdffAI/wechatgpt4atom
qitongwei
/
zion103
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a0bbe94
zion103
/
bridge
/
bridge.py
AtomdffAI
Duplicate from lewisliuX123/wechatgpt3
78d94c0
almost 2 years ago
raw
Copy download link
history
blame
Safe
212 Bytes
from
bot
import
bot_factory
class
Bridge
(
object
):
def
__init__
(
self
):
pass
def
fetch_reply_content
(
self, query, context
):
return
bot_factory.create_bot(
"chatGPT"
).reply(query, context)