feat: qwen model modify

This commit is contained in:
zhayujie
2023-12-08 14:12:21 +08:00
parent 8c2a53a504
commit 6eb3c90e18
5 changed files with 17 additions and 17 deletions

View File

@@ -44,7 +44,7 @@ def create_bot(bot_type):
from bot.claude.claude_ai_bot import ClaudeAIBot
return ClaudeAIBot()
elif bot_type == const.TONGYI:
elif bot_type == const.QWEN:
from bot.tongyi.tongyi_qwen_bot import TongyiQwenBot
return TongyiQwenBot()
raise RuntimeError