mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
Feat/chat support voice input (#532)
This commit is contained in:
@@ -29,7 +29,7 @@ const InstalledApp: FC<IInstalledAppProps> = ({
|
||||
<div className='h-full p-2'>
|
||||
{installedApp?.app.mode === 'chat'
|
||||
? (
|
||||
<ChatApp isInstalledApp installedAppInfo={installedApp}/>
|
||||
<ChatApp isInstalledApp installedAppInfo={installedApp} />
|
||||
)
|
||||
: (
|
||||
<TextGenerationApp isInstalledApp installedAppInfo={installedApp}/>
|
||||
|
||||
Reference in New Issue
Block a user