+ {typeVersions['image'] &&
+ (typeVersions['image'].length === 0 ||
+ typeVersions['image'].includes(currentVersion)) && (
+ <>
+ {!blocked && (
+
)}
-
-
- ),
- startAdornment: !desktop && (
-
-
-
- ),
- }}
- />
+
+ >
+ )}
+ {!disabled && !blocked && (
+
+ )}
+
+
)
}
@@ -0,0 +1 @@
+export * from './ui'
\ No newline at end of file
@@ -27,6 +27,7 @@ import { Device, DeviceOs } from '#/shared/lib/types/entities'
import { ArrowDownScroll } from '#/shared/ui/icon-components/scroll-down-arrow'
import { SvgIcon } from '#/shared/ui/svg'
import { ImageMessagesList,useImagesPagination } from '#/widgets/messages'
+import { ModelInput } from '#/features/model-input'
const ImageModelPage: NextPageWithLayout = () => {
const { query } = useRouter()
@@ -154,7 +155,7 @@ const ImageModelPage: NextPageWithLayout = () => {
}}
>
{botParams && (
-