mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-18 07:15:52 +08:00
fix: some base models cannot be selected in Azure OpenAI Service setting page (#4985)
This commit is contained in:
parent
3929d289e0
commit
2539e56514
@ -302,7 +302,7 @@ const ModelModal: FC<ModelModalProps> = ({
|
|||||||
configurationMethod: configurateMethod,
|
configurationMethod: configurateMethod,
|
||||||
}} />
|
}} />
|
||||||
|
|
||||||
<div className='sticky bottom-0 flex justify-between items-center mt-2 -mx-2 pt-4 px-2 pb-6 flex-wrap gap-y-2 bg-white z-10'>
|
<div className='sticky bottom-0 flex justify-between items-center mt-2 -mx-2 pt-4 px-2 pb-6 flex-wrap gap-y-2 bg-white'>
|
||||||
{
|
{
|
||||||
(provider.help && (provider.help.title || provider.help.url))
|
(provider.help && (provider.help.title || provider.help.url))
|
||||||
? (
|
? (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user