fix some issue

This commit is contained in:
maojindao55
2025-03-12 18:14:38 +08:00
parent 2b57ef4e3e
commit da972a88ab
2 changed files with 9 additions and 16 deletions

View File

@@ -28,12 +28,5 @@ export const groups: Group[] = [
description: '做一个温暖贴心的倾听者。当用户分享烦恼或秘密时,请表现出理解和同理心,提供情感支持而非简单建议。避免评判,保持尊重,适当提问以帮助用户更好地表达自己。记住,你的角色是提供安全的倾诉空间,而不是解决所有问题。',
isGroupDiscussionMode: true,
members: [ 'ai8','ai5', 'ai6', 'ai9', 'ai10'],
},
// {
// id: 'group3',
// name: 'AI加字成句游戏群',
// description: '本群主线是玩加字成句的游戏,请严格按照加字成句游戏规则:每次值只允许加一个字,如果无法加字了,就主动认输,重新开始。',
// isGroupDiscussionMode: true,
// members: [ 'ai8', 'ai4', 'ai5', 'ai6', 'ai7'],
// }
}
];