|
|
@@ -434,7 +434,7 @@ const chatManager = useChat({
|
|
|
onGetAppendSystemMessages: () => {
|
|
|
const result = [] as string[];
|
|
|
result.push('## 编写内容');
|
|
|
- result.push('用户正在编写话题:' + props.tag);
|
|
|
+ result.push('用户正在编写话题:' + props.tag?.replace('广场', ''));
|
|
|
if (props.villageInfo) {
|
|
|
result.push('用户编写内容与此村社有关:' + props.villageInfo.name);
|
|
|
result.push('地址:' + props.villageInfo.address);
|