Arcpolar commited on
Commit
abf435c
·
verified ·
1 Parent(s): b572232

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,9 +40,9 @@ model = HfApiModel(
40
  max_tokens=2096,
41
  #max_tokens=2046,
42
  temperature=0.5,
43
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
44
  #model_id='meta-llama/Meta-Llama-3-8B-Instruct',
45
- #model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',
46
  custom_role_conversions=None,
47
  )
48
 
 
40
  max_tokens=2096,
41
  #max_tokens=2046,
42
  temperature=0.5,
43
+ #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
44
  #model_id='meta-llama/Meta-Llama-3-8B-Instruct',
45
+ model_id='deepseak-ai/DeepSeek-R1-Distill-Qwen-32B',
46
  custom_role_conversions=None,
47
  )
48