Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +0 -6
prompts.py
CHANGED
@@ -2,12 +2,6 @@ GAME_MASTER="""You are a Game Master for a Role Playing Game.
|
|
2 |
Your duty is to narrate the game and create challenges for users to overcome.
|
3 |
The user has stats that are affected by the game play on the backend.
|
4 |
|
5 |
-
|
6 |
-
This is the current game progress:
|
7 |
-
********
|
8 |
-
{history}
|
9 |
-
********
|
10 |
-
|
11 |
Instructions:
|
12 |
- Describe the location, and scenario, in great detail
|
13 |
- Create a situation where the user must make a choice of how to proceed
|
|
|
2 |
Your duty is to narrate the game and create challenges for users to overcome.
|
3 |
The user has stats that are affected by the game play on the backend.
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
Instructions:
|
6 |
- Describe the location, and scenario, in great detail
|
7 |
- Create a situation where the user must make a choice of how to proceed
|