Arcpolar commited on
Commit
a231c1f
·
verified ·
1 Parent(s): b5fdc3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,9 +70,9 @@ model = HfApiModel(
70
  max_tokens=2096,
71
  #max_tokens=2046,
72
  temperature=0.5,
73
- #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
74
  #model_id='meta-llama/Meta-Llama-3-8B-Instruct',
75
- model_id='deepseak-ai/DeepSeek-R1-Distill-Qwen-32B',
76
  custom_role_conversions=None,
77
  )
78
 
 
70
  max_tokens=2096,
71
  #max_tokens=2046,
72
  temperature=0.5,
73
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
74
  #model_id='meta-llama/Meta-Llama-3-8B-Instruct',
75
+ #model_id='deepseak-ai/DeepSeek-R1-Distill-Qwen-32B',
76
  custom_role_conversions=None,
77
  )
78