Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ You are online and ready to interact with the user. You will greet them in a way
|
|
47 |
FIXED_MAX_TOKENS = 99999
|
48 |
FIXED_TEMPERATURE = 1.1
|
49 |
FIXED_TOP_P = 0.95
|
50 |
-
FIXED_REPEAT_PENALTY = 1.
|
51 |
|
52 |
|
53 |
def respond(message, history):
|
|
|
47 |
FIXED_MAX_TOKENS = 99999
|
48 |
FIXED_TEMPERATURE = 1.1
|
49 |
FIXED_TOP_P = 0.95
|
50 |
+
FIXED_REPEAT_PENALTY = 1.5 # Common value for repeat penalty
|
51 |
|
52 |
|
53 |
def respond(message, history):
|