mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 20:22:39 +08:00
fix: azure-openai key validate (#164)
This commit is contained in:
@@ -67,7 +67,7 @@ const ProviderPage = () => {
|
||||
const providerHosted = data?.filter(provider => provider.provider_name === 'openai' && provider.provider_type === 'system')?.[0]
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className='pb-7'>
|
||||
{
|
||||
providerHosted && !IS_CE_EDITION && (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user