feat: add supported_model_types field and filter in provider list (#1581)

This commit is contained in:
takatost
2023-11-21 15:06:47 +08:00
committed by GitHub
parent 0d9ce1bab0
commit c9368925a3
18 changed files with 78 additions and 10 deletions

View File

@@ -3,5 +3,9 @@
"custom"
],
"system_config": null,
"model_flexibility": "configurable"
"model_flexibility": "configurable",
"supported_model_types": [
"text-generation",
"embeddings"
]
}