fix: rerank usage (#4751)

* remove invalid index

* perf: i18n

* fix: rerank usage
This commit is contained in:
Archer
2025-05-06 16:23:36 +08:00
committed by GitHub
parent 367ee517ec
commit ef537f391c
10 changed files with 38 additions and 34 deletions

View File

@@ -178,7 +178,7 @@ const JSONEditor = ({
} catch (error) {
toast({
status: 'warning',
title: t('common:jsonEditor.Parse error')
title: t('common:json_parse_error')
});
}
}, [value]);