Remove garbled characters from system prompt words

This commit is contained in:
luohuanhuan2019
2025-01-16 21:35:37 +08:00
parent 6fa955c567
commit 36c7abf358

View File

@@ -743,7 +743,7 @@ async def zhipu_complete_if_cache(
messages = []
if not system_prompt:
system_prompt = "You are a helpful assistant. 注意内容里的敏感词用***替换。"
system_prompt = "You are a helpful assistant."
# Add system prompt if provided
if system_prompt: