feat: add doubao-2.0-code model and update README

This commit is contained in:
zhayujie
2026-02-14 16:49:44 +08:00
parent 48db538a2e
commit ab28ee58ab
9 changed files with 643 additions and 30 deletions

View File

@@ -69,5 +69,8 @@ def create_bot(bot_type):
from models.modelscope.modelscope_bot import ModelScopeBot
return ModelScopeBot()
elif bot_type == const.DOUBAO:
from models.doubao.doubao_bot import DoubaoBot
return DoubaoBot()
raise RuntimeError