Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rao223
/
RJLGY
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
593f8a9
RJLGY
/
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)