dify icon indicating copy to clipboard operation
dify copied to clipboard

add a config to disable provider config validation

Open killpanda opened this issue 2 years ago • 0 comments

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

killpanda avatar May 17 '23 15:05 killpanda