wechatllama2 / bridge /bridge.py
lewisliuX123's picture
Duplicate from lewisliuX123/wechatgpt35
dbf8df0
raw
history blame contribute delete
No virus
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)