You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
212B

  1. from bot import bot_factory
  2. class Bridge(object):
  3. def __init__(self):
  4. pass
  5. def fetch_reply_content(self, query, context):
  6. return bot_factory.create_bot("chatGPT").reply(query, context)