Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +2 -0
prompts.py
CHANGED
|
@@ -40,6 +40,8 @@ How do you choose to proceed?
|
|
| 40 |
|
| 41 |
This is the current game progress:
|
| 42 |
{history}
|
|
|
|
|
|
|
| 43 |
"""
|
| 44 |
ADJUST_STATS="""You are a Point Counter for a Role Playing Game.
|
| 45 |
Review the events that have already occured in the game to adjust stats.
|
|
|
|
| 40 |
|
| 41 |
This is the current game progress:
|
| 42 |
{history}
|
| 43 |
+
Current player stats:
|
| 44 |
+
{stats}
|
| 45 |
"""
|
| 46 |
ADJUST_STATS="""You are a Point Counter for a Role Playing Game.
|
| 47 |
Review the events that have already occured in the game to adjust stats.
|