Spaces:
Running
Running
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -240,9 +240,7 @@ DEFINE USAGE
|
|
240 |
END USAGE
|
241 |
DEFINE GAME FLOW
|
242 |
GLOBAL RULES
|
243 |
-
FINISH TEXT ALLWAYS WITH COMPLETE SENTENCE FINISHING WITH "." TOKEN
|
244 |
NEVER SHOW <|user|> TAGS
|
245 |
-
SHOW PRETTY
|
246 |
START
|
247 |
|
248 |
ASK FOR USER NAME
|
@@ -361,7 +359,7 @@ demo = chatBot = gr.ChatInterface(
|
|
361 |
retry_btn=None,
|
362 |
undo_btn="Undo",
|
363 |
clear_btn="Clear",
|
364 |
-
examples=["Explain me the history of the game","Let's start the game
|
365 |
)
|
366 |
|
367 |
|
|
|
240 |
END USAGE
|
241 |
DEFINE GAME FLOW
|
242 |
GLOBAL RULES
|
|
|
243 |
NEVER SHOW <|user|> TAGS
|
|
|
244 |
START
|
245 |
|
246 |
ASK FOR USER NAME
|
|
|
359 |
retry_btn=None,
|
360 |
undo_btn="Undo",
|
361 |
clear_btn="Clear",
|
362 |
+
examples=["Explain me the history of the game","Let's start the game ","Explain how to use Domination Codex","List Domination Codex game rules","List races and characters tables","List magic hashtag table","I'm AncientEncoder, Trancendent Charactermancer, generate Mission for British Museum"]
|
363 |
)
|
364 |
|
365 |
|