feat: add supported_model_types field and filter in provider list (#1581)
This commit is contained in:
@@ -3,5 +3,9 @@
|
||||
"custom"
|
||||
],
|
||||
"system_config": null,
|
||||
"model_flexibility": "configurable"
|
||||
"model_flexibility": "configurable",
|
||||
"supported_model_types": [
|
||||
"text-generation",
|
||||
"embeddings"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user