claude_bot

This commit is contained in:
resphinas
2023-08-28 17:18:00 +08:00
parent 3c9b1a14e9
commit f98b43514e
13 changed files with 274 additions and 7 deletions

View File

@@ -39,4 +39,8 @@ def create_bot(bot_type):
elif bot_type == const.LINKAI:
from bot.linkai.link_ai_bot import LinkAIBot
return LinkAIBot()
elif bot_type == const.CLAUDEAI:
from bot.claude.claude_ai_bot import ClaudeAIBot
return ClaudeAIBot()
raise RuntimeError