diff --git a/src/modules/llms/models-modal/ModelsConfiguratorModal.tsx b/src/modules/llms/models-modal/ModelsConfiguratorModal.tsx index bb6503d0c..c7f7686af 100644 --- a/src/modules/llms/models-modal/ModelsConfiguratorModal.tsx +++ b/src/modules/llms/models-modal/ModelsConfiguratorModal.tsx @@ -145,7 +145,7 @@ export function ModelsConfiguratorModal(props: { showPromisedOverlay('llms-reset-parameters', {}, ({ onResolve, onUserReject }) => onResolve(true)} - confirmationText={`Reset all user-customized model parameters and names for ${activeService?.label ?? 'this service'}? All settings such as temperature, reasoning effort, etc. will be reverted to defaults.`} + confirmationText={`Reset all user-customized model parameters and names for ${activeService?.label ?? 'this service'}? All settings such as temperature, reasoning effort, etc. will be reverted to defaults. Duplicated models will not be affected.`} positiveActionText='Reset' />, ).then(() => llmsStoreActions().resetServiceUserParameters(activeServiceId)).catch(() => null /* ignore closure */);