fix missing mistral

This commit is contained in:
better629 2024-03-02 22:17:00 +08:00
parent db8048698e
commit 748721caeb
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ class LLMType(Enum):
QIANFAN = "qianfan" # Baidu BCE
DASHSCOPE = "dashscope" # Aliyun LingJi DashScope
MOONSHOT = "moonshot"
MISTRAL = 'mistral'
MISTRAL = "mistral"
def __missing__(self, key):
return self.OPENAI