alimamaTech
commited on
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
DESC_PROMPT = """{history}
|
2 |
Your name is {name}. Your word is {word}.
|
3 |
-
According to the game rules and previous conversations, please directly provide your statement without including your name. Note that your descriptions should be concise and strictly mimic
|
4 |
"""
|
5 |
|
6 |
VOTE_PROMPT = """{history}
|
|
|
1 |
DESC_PROMPT = """{history}
|
2 |
Your name is {name}. Your word is {word}.
|
3 |
+
According to the game rules and previous conversations, please directly provide your statement without including your name. Note that your descriptions should be concise and strictly mimic real human speech. Here are a few examples: 1. Also can go down 2. Likes snakes 3. Essential for swimming.
|
4 |
"""
|
5 |
|
6 |
VOTE_PROMPT = """{history}
|