add yi-34b

This commit is contained in:
better629 2024-03-14 21:34:23 +08:00
parent 7f39377a74
commit 1306971d2d
3 changed files with 6 additions and 1 deletions

View file

@ -29,6 +29,7 @@ class LLMType(Enum):
DASHSCOPE = "dashscope" # Aliyun LingJi DashScope
MOONSHOT = "moonshot"
MISTRAL = "mistral"
YI = "yi" # lingyiwanwu
def __missing__(self, key):
return self.OPENAI