dify
dify copied to clipboard
add a config to disable provider config validation
some API proxy providers don't support /moderations API. It will make API Key Setting failed in console.
I add a config called DISABLE_PROVIDER_CONFIG_VALIDATION. If its value is True, it will skip the validation.
related issues: #80 #69