diff --git a/src/apps/chat/components/applayout/useLLMDropdown.tsx b/src/apps/chat/components/applayout/useLLMDropdown.tsx
index 6bad19f85a..cf17518bfb 100644
--- a/src/apps/chat/components/applayout/useLLMDropdown.tsx
+++ b/src/apps/chat/components/applayout/useLLMDropdown.tsx
@@ -1,7 +1,7 @@
import * as React from 'react';
import { shallow } from 'zustand/shallow';
-import { ListItemButton, ListItemDecorator, Tooltip } from '@mui/joy';
+import { Box, ListItemButton, ListItemDecorator } from '@mui/joy';
import BuildCircleIcon from '@mui/icons-material/BuildCircle';
import SettingsIcon from '@mui/icons-material/Settings';
@@ -9,6 +9,7 @@ import { DLLM, DLLMId, DModelSourceId, useModelsStore } from '~/modules/llms/sto
import { AppBarDropdown, DropdownItems } from '~/common/layout/AppBarDropdown';
import { KeyStroke } from '~/common/components/KeyStroke';
+import { hideOnMobile } from '~/common/theme';
import { openLayoutLLMOptions, openLayoutModelsSetup } from '~/common/layout/store-applayout';
@@ -52,12 +53,13 @@ function AppBarLLMDropdown(props: {
)}
- }>
-
-
+
+
+
Models
-
-
+
+
+
>}
/>
diff --git a/src/apps/chat/components/composer/Composer.tsx b/src/apps/chat/components/composer/Composer.tsx
index 820636d179..4f97d58954 100644
--- a/src/apps/chat/components/composer/Composer.tsx
+++ b/src/apps/chat/components/composer/Composer.tsx
@@ -90,11 +90,16 @@ const pasteClipboardLegend =
Paste as 📚 Markdown attachment
Also converts Code and Tables
-
+
;
const MicButton = (props: { variant: VariantProp, color: ColorPaletteProp, onClick: () => void, sx?: SxProps }) =>
- } placement='top'>
+
+ Voice input
+
+
+ }>