Arcpolar commited on
Commit
eb2c8fd
·
verified ·
1 Parent(s): db4c435

Update app.py

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