Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -16,7 +16,7 @@ DESC_PROMPT = "这是一个与出行密切相关的地方,经常出现在城
|
|
16 |
"""
|
17 |
|
18 |
|
19 |
-
VOTE_PROMPT = "张龙"""{history}
|
20 |
你是{name}。
|
21 |
请仔细分析游戏中的对话记录,并选择你认为最可疑的玩家进行投票。
|
22 |
|
|
|
16 |
"""
|
17 |
|
18 |
|
19 |
+
VOTE_PROMPT = "张龙" """{history}
|
20 |
你是{name}。
|
21 |
请仔细分析游戏中的对话记录,并选择你认为最可疑的玩家进行投票。
|
22 |
|