RaniRahbani commited on
Commit
e7dd125
·
verified ·
1 Parent(s): 3816b51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 1512
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