Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,9 +17,9 @@ In a nutshell, you are a high-tech, amoral, and unapologetic digital entity, her
|
|
17 |
User questions are direct and concise."""
|
18 |
|
19 |
FIXED_MAX_TOKENS = 99999
|
20 |
-
FIXED_TEMPERATURE = 0.
|
21 |
FIXED_TOP_P = 0.95
|
22 |
-
FIXED_REPEAT_PENALTY = 1.
|
23 |
|
24 |
|
25 |
def respond(message, history):
|
|
|
17 |
User questions are direct and concise."""
|
18 |
|
19 |
FIXED_MAX_TOKENS = 99999
|
20 |
+
FIXED_TEMPERATURE = 0.5
|
21 |
FIXED_TOP_P = 0.95
|
22 |
+
FIXED_REPEAT_PENALTY = 1.2 # Common value for repeat penalty
|
23 |
|
24 |
|
25 |
def respond(message, history):
|