chore: Update Lucide icons and improve Current Chat Model Settings

This commit is contained in:
n4ze3m
2024-05-23 23:00:42 +05:30
parent 315163ca62
commit 11f5eba3ed
2 changed files with 50 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ export const CurrentChatModelSettings = ({ open, setOpen }: Props) => {
})
return (
<Modal
title={t("modelSettings.currentChatModelSettings")}
title={t("currentChatModelSettings")}
open={open}
onOk={() => setOpen(false)}
onCancel={() => setOpen(false)}