feat: add openllm support (#928)
This commit is contained in:
@@ -9,5 +9,6 @@
|
||||
"chatglm",
|
||||
"replicate",
|
||||
"huggingface_hub",
|
||||
"xinference"
|
||||
"xinference",
|
||||
"openllm"
|
||||
]
|
||||
7
api/core/model_providers/rules/openllm.json
Normal file
7
api/core/model_providers/rules/openllm.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"support_provider_types": [
|
||||
"custom"
|
||||
],
|
||||
"system_config": null,
|
||||
"model_flexibility": "configurable"
|
||||
}
|
||||
Reference in New Issue
Block a user