mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-09 07:42:38 +02:00
add huoshan_ark
This commit is contained in:
parent
e03db313a2
commit
48189e98d8
6 changed files with 62 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ class LLMType(Enum):
|
|||
YI = "yi" # lingyiwanwu
|
||||
OPENROUTER = "openrouter"
|
||||
BEDROCK = "bedrock"
|
||||
ARK = "ark"
|
||||
|
||||
def __missing__(self, key):
|
||||
return self.OPENAI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue