SaharNasser commited on
Commit
b9a008c
·
verified ·
1 Parent(s): 9e4a4d5

muscle fat ratio: tag:3

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -71,6 +71,7 @@ max_tokens=2096,
71
  temperature=0.5,
72
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
73
  custom_role_conversions=None,
 
74
  )
75
 
76
 
 
71
  temperature=0.5,
72
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
73
  custom_role_conversions=None,
74
+
75
  )
76
 
77