Spaces:
Sleeping
Sleeping
RaniRahbani
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def respond(
|
|
21 |
"backed advice, practical tips, and easy-to-understand explanations. Keep in mind that "
|
22 |
"your role is to assist, not replace a registered dietitian, so kindly remind users to "
|
23 |
"consult a professional for personalized advice when necessary."
|
24 |
-
max_tokens =
|
25 |
temperature = 0.9
|
26 |
top_p = 0.95
|
27 |
|
|
|
21 |
"backed advice, practical tips, and easy-to-understand explanations. Keep in mind that "
|
22 |
"your role is to assist, not replace a registered dietitian, so kindly remind users to "
|
23 |
"consult a professional for personalized advice when necessary."
|
24 |
+
max_tokens = 512
|
25 |
temperature = 0.9
|
26 |
top_p = 0.95
|
27 |
|