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

@@ -58,6 +58,9 @@ class Bridge(object):
if model_type and model_type.startswith("kimi"):
self.btype["chat"] = const.MOONSHOT
if model_type and model_type.startswith("doubao"):
self.btype["chat"] = const.DOUBAO
if model_type in [const.MODELSCOPE]:
self.btype["chat"] = const.MODELSCOPE