mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-24 08:19:49 +08:00
feat: add doubao-2.0-code model and update README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user