Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
qitongwei/zion103
qitongwei
/
Pad
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e88932f
Pad
/
bridge
/
bridge.py
AtomdffAI
Duplicate from lewisliuX123/wechatgpt3
78d94c0
over 1 year 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)