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