Update app_template.py
Browse files- app_template.py +2 -2
app_template.py
CHANGED
@@ -40,8 +40,8 @@ def predict_beta(message, chatbot=[], system_prompt=""):
|
|
40 |
max_new_tokens = 1200
|
41 |
temperature = 0.4
|
42 |
top_p = 0.9
|
43 |
-
repetition_penalty = 0.
|
44 |
-
advanced =
|
45 |
|
46 |
# Making the prediction
|
47 |
result = client.predict(
|
|
|
40 |
max_new_tokens = 1200
|
41 |
temperature = 0.4
|
42 |
top_p = 0.9
|
43 |
+
repetition_penalty = 0.9
|
44 |
+
advanced = False
|
45 |
|
46 |
# Making the prediction
|
47 |
result = client.predict(
|