Update app_template.py
Browse files- app_template.py +1 -1
app_template.py
CHANGED
@@ -19,7 +19,7 @@ def predict_beta(message, chatbot=[], system_prompt=""):
|
|
19 |
# Making the prediction
|
20 |
result = client.predict(
|
21 |
message,
|
22 |
-
system_prompt
|
23 |
max_new_tokens,
|
24 |
temperature,
|
25 |
top_p,
|
|
|
19 |
# Making the prediction
|
20 |
result = client.predict(
|
21 |
message,
|
22 |
+
system_prompt,
|
23 |
max_new_tokens,
|
24 |
temperature,
|
25 |
top_p,
|