dify/api/core/model_providers/rules/xinference.json

11 lines
212 B
JSON
Raw Normal View History

2023-08-20 17:46:41 +08:00
{
"support_provider_types": [
"custom"
],
"system_config": null,
"model_flexibility": "configurable",
"supported_model_types": [
"text-generation",
"embeddings"
]
2023-08-20 17:46:41 +08:00
}