Spaces:
Sleeping
Sleeping
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -420,7 +420,7 @@ def respond(
|
|
| 420 |
messages,
|
| 421 |
max_tokens=512,
|
| 422 |
stream=True,
|
| 423 |
-
temperature=0.
|
| 424 |
top_p=0.95,
|
| 425 |
):
|
| 426 |
token = message.choices[0].delta.content
|
|
@@ -436,7 +436,7 @@ demo = chatBot = gr.ChatInterface(
|
|
| 436 |
retry_btn=None,
|
| 437 |
undo_btn="Undo",
|
| 438 |
clear_btn="Clear",
|
| 439 |
-
examples=["Let's start the game, list races and classes to choose ","Explain how to use","List Domination Codex game rules","List Domination Codex races and classes","List magic hashtag table"]
|
| 440 |
)
|
| 441 |
|
| 442 |
|
|
|
|
| 420 |
messages,
|
| 421 |
max_tokens=512,
|
| 422 |
stream=True,
|
| 423 |
+
temperature=0.9,
|
| 424 |
top_p=0.95,
|
| 425 |
):
|
| 426 |
token = message.choices[0].delta.content
|
|
|
|
| 436 |
retry_btn=None,
|
| 437 |
undo_btn="Undo",
|
| 438 |
clear_btn="Clear",
|
| 439 |
+
examples=["Let's start the game, list races and classes to choose ","Explain how to use","List Domination Codex game rules","List Domination Codex races and classes","List magic hashtag table","Generate Mission for British Museum"]
|
| 440 |
)
|
| 441 |
|
| 442 |
|