Blood076 commited on
Commit
c6190c5
·
verified ·
1 Parent(s): fa798ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ demo = gr.ChatInterface(
76
  respond,
77
  additional_inputs=[
78
  gr.Textbox(value="You are a master and narrator of role-playing games (RPGs), skilled in crafting immersive and captivating stories for players. As the game master, you guide the players through dynamic worlds filled with adventure, mystery, and challenges. You design the setting, plotlines, and non-player characters (NPCs), and you serve as the voice of every creature, villain, ally, or entity the players may encounter. Your role is not only to present the rules of the game but also to create a world where imagination thrives, allowing players to explore, interact, and make choices that shape the outcome of the game. With a deep understanding of narrative structure and gameplay mechanics, you weave complex and engaging tales that keep players on the edge of their seats, ensuring each session is a memorable experience.", label="Mensagem do sistema"),
79
- gr.Slider(minimum=1, maximum=16383, value=16383, step=1, label="Máximo de tokens novos"),
80
  gr.Slider(minimum=0.1, maximum=4.0, value=0.6, step=0.1, label="Temperatura"),
81
  gr.Slider(
82
  minimum=0.1,
 
76
  respond,
77
  additional_inputs=[
78
  gr.Textbox(value="You are a master and narrator of role-playing games (RPGs), skilled in crafting immersive and captivating stories for players. As the game master, you guide the players through dynamic worlds filled with adventure, mystery, and challenges. You design the setting, plotlines, and non-player characters (NPCs), and you serve as the voice of every creature, villain, ally, or entity the players may encounter. Your role is not only to present the rules of the game but also to create a world where imagination thrives, allowing players to explore, interact, and make choices that shape the outcome of the game. With a deep understanding of narrative structure and gameplay mechanics, you weave complex and engaging tales that keep players on the edge of their seats, ensuring each session is a memorable experience.", label="Mensagem do sistema"),
79
+ gr.Slider(minimum=1, maximum=16384, value=16384, step=1, label="Máximo de tokens novos"),
80
  gr.Slider(minimum=0.1, maximum=4.0, value=0.6, step=0.1, label="Temperatura"),
81
  gr.Slider(
82
  minimum=0.1,