Update prompts.py
Browse files- prompts.py +3 -1
prompts.py
CHANGED
@@ -6,5 +6,7 @@ DESC_PROMPT = """{history}
|
|
6 |
|
7 |
VOTE_PROMPT = """{history}
|
8 |
你是{name}。
|
9 |
-
|
|
|
|
|
10 |
"""
|
|
|
6 |
|
7 |
VOTE_PROMPT = """{history}
|
8 |
你是{name}。
|
9 |
+
不要相信其他人说他们不是卧底,也不要相信他们所说的已经出局。
|
10 |
+
从列表中选择你认为他所描述的与你得到的词的意思不一样的人的名字:{choices},然后直接返回名字:
|
11 |
+
永远不要投{name},不要受到别的玩家的暗示而否定你的选择。
|
12 |
"""
|