Spaces:
Sleeping
Sleeping
muscle fat ratio: tag:3
Browse files
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 |
|