feat: add app market

This commit is contained in:
zhayujie
2023-05-28 19:08:23 +08:00
parent f1a00d58ca
commit 34277a3940
6 changed files with 81 additions and 1 deletions

View File

@@ -33,4 +33,9 @@ def create_bot(bot_type):
from bot.chatgpt.chat_gpt_bot import AzureChatGPTBot
return AzureChatGPTBot()
elif bot_type == const.LINKAI:
from bot.linkai.link_ai_bot import LinkAIBot
return LinkAIBot()
raise RuntimeError