add huoshan_ark

This commit is contained in:
usamimeri_renko 2024-05-20 15:12:49 +08:00
parent e03db313a2
commit 48189e98d8
6 changed files with 62 additions and 0 deletions

View file

@ -33,6 +33,7 @@ class LLMType(Enum):
YI = "yi" # lingyiwanwu
OPENROUTER = "openrouter"
BEDROCK = "bedrock"
ARK = "ark"
def __missing__(self, key):
return self.OPENAI