chore: Update Lucide icons and improve Current Chat Model Settings
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user