fix: azure-openai key validate (#164)

This commit is contained in:
zxhlyh
2023-05-23 14:15:33 +08:00
committed by GitHub
parent f3219ff107
commit 1c5f63de7e
9 changed files with 254 additions and 386 deletions

View File

@@ -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 && (
<>