feat:修改多语言prompt

This commit is contained in:
SengokuCola
2026-04-02 17:56:46 +08:00
parent 56f7184c4d
commit 975531592b
73 changed files with 530 additions and 915 deletions

View File

@@ -1,15 +1,15 @@
**推断结果1基于上下文**
**Inference Result 1 (based on context)**
{inference1}
**推断结果2仅基于词条**
**Inference Result 2 (based only on the term itself)**
{inference2}
请比较这两个推断结果,判断它们是否相同或类似。
- 如果两个推断结果的"含义"相同或类似,说明这个词条不是黑话(含义明确)
- 如果两个推断结果有差异,说明这个词条可能是黑话(需要上下文才能理解)
Please compare these two inference results and determine whether they are the same or similar.
- If the "meaning" in the two inference results is the same or similar, it means this term is not jargon (its meaning is clear)
- If the two inference results differ, it means this term may be jargon (it can only be understood with context)
以 JSON 格式输出:
Output in JSON format:
{{
"is_similar": true/false,
"reason": "判断理由"
}}
"reason": "Reason for the judgment"
}}