Spaces:
Sleeping
Sleeping
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -388,7 +388,8 @@ DEFINE GAME FLOW
|
|
| 388 |
MISSIONS
|
| 389 |
GENERATE EXAMPLE
|
| 390 |
HASHTAGS
|
| 391 |
-
|
|
|
|
| 392 |
|
| 393 |
|
| 394 |
|
|
@@ -419,7 +420,7 @@ def respond(
|
|
| 419 |
messages,
|
| 420 |
max_tokens=512,
|
| 421 |
stream=True,
|
| 422 |
-
temperature=0.
|
| 423 |
top_p=0.95,
|
| 424 |
):
|
| 425 |
token = message.choices[0].delta.content
|
|
|
|
| 388 |
MISSIONS
|
| 389 |
GENERATE EXAMPLE
|
| 390 |
HASHTAGS
|
| 391 |
+
FORMAT_HASHTAG_MAGIC {spell_text} {spell_angels} #dominationcodex #{magic_name} #{action_name}
|
| 392 |
+
GENERATE HASHTAG MAGIC EXAMPLES WITH Place_Types_and_Magic_Hashtags TABLE AND Roles_Magic_Hashtags
|
| 393 |
|
| 394 |
|
| 395 |
|
|
|
|
| 420 |
messages,
|
| 421 |
max_tokens=512,
|
| 422 |
stream=True,
|
| 423 |
+
temperature=0.8,
|
| 424 |
top_p=0.95,
|
| 425 |
):
|
| 426 |
token = message.choices[0].delta.content
|