lobe-chat
lobe-chat copied to clipboard
[Bug] In the server-side database version, the copied assistant created using the "Create Copy" function have the same name as the original assistants
📦 Environment
Vercel
📌 Version
v1.6.11
💻 Operating System
Windows
🌐 Browser
Chrome
🐛 Bug Description
In the server-side database version, the copied assistant created using the "Create Copy" function have the same name as the original assistants. In the local browser database version, they are marked as '副本'.
📷 Recurrence Steps
In the server-side database version:
- Create a new assistant
- Change the default name '自定义助手' to any other name, such as '自定义助手2'
- Select 'Create Copy'
- The new assistant's name is still '自定义助手2'
🚦 Expected Behavior
In the local database version:
- Create a new assistant
- Change the default name '自定义助手' to any other name, such as '自定义助手2'
- Select 'Create Copy'
- The new assistant's name is '自定义助手2 副本'
📝 Additional Information
No response