fix: The init_azure_openai() method in the core/hosting_configuration.py file doesn't work (#19704)

pull/19705/head
zhaobs 1 year ago
parent 85eb55de37
commit b12289863a

@ -897,6 +897,7 @@ class ProviderConfiguration(BaseModel):
) )
except Exception as ex: except Exception as ex:
logger.warning(f"get custom model schema failed, {ex}") logger.warning(f"get custom model schema failed, {ex}")
continue
if not custom_model_schema: if not custom_model_schema:
continue continue

Loading…
Cancel
Save