Trim renamed chat name

This commit is contained in:
Cohee 2024-09-16 16:19:54 +00:00
parent a670ec1879
commit 05df2be047
1 changed files with 1 additions and 1 deletions

View File

@ -8807,7 +8807,7 @@ export async function renameChat(oldFileName, newName) {
is_group: !!selected_group,
avatar_url: characters[this_chid]?.avatar,
original_file: `${oldFileName}.jsonl`,
renamed_file: `${newName}.jsonl`,
renamed_file: `${newName.trim()}.jsonl`,
};
try {