Merge branch 'mgx_ops' into feat-exp-pool

This commit is contained in:
seehi 2024-06-27 17:28:35 +08:00
commit d902a6f18c
9 changed files with 579 additions and 249 deletions

View file

@ -31,6 +31,7 @@ class LLMType(Enum):
MOONSHOT = "moonshot"
MISTRAL = "mistral"
YI = "yi" # lingyiwanwu
OPEN_ROUTER = "open_router"
def __missing__(self, key):
return self.OPENAI