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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ 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
 
 
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