kids-english-script-product.../kids-english-script-production/assets/prompt_config.yaml

22 lines
888 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Prompt生成配置教研老师可自定义调整生成效果无需改代码
# 生成温度:越高越灵活,越低越严格遵守规则
temperature:
S1: 0.2
S2: 0.3
S3: 0.4
S4: 0.5
# 自然化开关
naturalization:
enable_emotion_word: true # 是否启用情绪词映射
enable_synonym_replace: true # 是否启用同义口语替换
enable_long_sentence_split: true # 是否启用长句拆分
enable_exclamation_mark: true # 是否给情绪强烈的句子加感叹号
allow_repeat_expression: true # 是否允许自然重复如It is dirty. Very dirty.
# 剧本忠实度开关(核心规则,谨慎修改)
script_fidelity:
strictly_no_add: true # 100%禁止新增原剧本没有的内容
strictly_no_delete: true # 100%禁止删除原剧本已有的内容
allow_detail_optimization: true # 允许同义细节优化(不改变核心信息)