feat: add openllm support (#928)

This commit is contained in:
takatost
2023-08-20 19:04:33 +08:00
committed by GitHub
parent da3f10a55e
commit 3ea8d7a019
9 changed files with 412 additions and 3 deletions

View File

@@ -9,5 +9,6 @@
"chatglm",
"replicate",
"huggingface_hub",
"xinference"
"xinference",
"openllm"
]

View File

@@ -0,0 +1,7 @@
{
"support_provider_types": [
"custom"
],
"system_config": null,
"model_flexibility": "configurable"
}