mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-04-14 22:19:58 +08:00
init: build minimum viable version
This commit is contained in:
9
bridge/bridge.py
Normal file
9
bridge/bridge.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from bot import bot_factory
|
||||
|
||||
|
||||
class Bridge(object):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def fetch_reply_content(self, query):
|
||||
return bot_factory.BaiduUnitBot().reply(query)
|
||||
Reference in New Issue
Block a user