feat: add spark v2 support (#885)

This commit is contained in:
takatost
2023-08-17 15:08:57 +08:00
committed by GitHub
parent c4d759dfba
commit f42e7d1a61
5 changed files with 31 additions and 7 deletions

View File

@@ -471,6 +471,7 @@ class ProviderService:
for model in model_list:
valid_model_dict = {
"model_name": model['id'],
"model_display_name": model['name'],
"model_type": model_type,
"model_provider": {
"provider_name": provider.provider_name,