refactor: update class name of qwen bot

This commit is contained in:
Han Fangyuan
2023-12-09 19:40:07 +08:00
parent c8910b8e14
commit 9838979bbd
3 changed files with 16 additions and 16 deletions

View File

@@ -45,6 +45,6 @@ def create_bot(bot_type):
return ClaudeAIBot()
elif bot_type == const.QWEN:
from bot.tongyi.tongyi_qwen_bot import TongyiQwenBot
return TongyiQwenBot()
from bot.ali.ali_qwen_bot import AliQwenBot
return AliQwenBot()
raise RuntimeError