Omnibus commited on
Commit
780f351
·
verified ·
1 Parent(s): 7fc4ba8

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +6 -3
prompts.py CHANGED
@@ -2,6 +2,12 @@ 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
  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
@@ -38,9 +44,6 @@ How do you choose to proceed?
38
 
39
  *******************
40
 
41
- This is the current game progress:
42
- {history}
43
-
44
  Current player stats:
45
  {stats}
46
  """
 
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
 
44
 
45
  *******************
46
 
 
 
 
47
  Current player stats:
48
  {stats}
49
  """