Prompt words to keep the pronunciation consistent
This commit is contained in:
parent
36c7abf358
commit
98f5d7c596
1 changed files with 1 additions and 1 deletions
|
|
@ -743,7 +743,7 @@ async def zhipu_complete_if_cache(
|
||||||
messages = []
|
messages = []
|
||||||
|
|
||||||
if not system_prompt:
|
if not system_prompt:
|
||||||
system_prompt = "You are a helpful assistant."
|
system_prompt = "You are a helpful assistant. Note that sensitive words in the content should be replaced with ***"
|
||||||
|
|
||||||
# Add system prompt if provided
|
# Add system prompt if provided
|
||||||
if system_prompt:
|
if system_prompt:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue