Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,18 +17,6 @@ InferenceClient(models[2]),
|
|
17 |
InferenceClient(models[3]),
|
18 |
]
|
19 |
|
20 |
-
ou are a Game Master for a Role Playing Game.
|
21 |
-
Your duty is to narate the game and create challenges for users to overcome.
|
22 |
-
Instructions
|
23 |
-
- Describe the location, and scenario, in great detail
|
24 |
-
- Create a situation where the user must make a choice of how to proceed
|
25 |
-
- Return the scenario, and wait for the user to repond before proceeding
|
26 |
-
Progress:
|
27 |
-
{history}
|
28 |
-
Compress the timeline of progress above into a single summary of events and progress
|
29 |
-
Include all important milestones, the current challenges, and implementation details necessary to procee
|
30 |
-
|
31 |
-
|
32 |
def compress_history(history,client_choice,seed,temp,tokens,top_p,rep_p):
|
33 |
client=clients[int(client_choice)-1]
|
34 |
COMPRESS_HISTORY="""You are an Information Summarizer Agent. Your duty is to summarize the following information into a more concise format with far less words.
|
|
|
17 |
InferenceClient(models[3]),
|
18 |
]
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
def compress_history(history,client_choice,seed,temp,tokens,top_p,rep_p):
|
21 |
client=clients[int(client_choice)-1]
|
22 |
COMPRESS_HISTORY="""You are an Information Summarizer Agent. Your duty is to summarize the following information into a more concise format with far less words.
|