mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-27 05:22:52 +08:00
@@ -61,5 +61,9 @@ def create_bot(bot_type):
|
||||
from bot.zhipuai.zhipuai_bot import ZHIPUAIBot
|
||||
return ZHIPUAIBot()
|
||||
|
||||
elif bot_type == const.MOONSHOT:
|
||||
from bot.moonshot.moonshot_bot import MoonshotBot
|
||||
return MoonshotBot()
|
||||
|
||||
|
||||
raise RuntimeError
|
||||
|
||||
Reference in New Issue
Block a user