MartinSeeler commited on
Commit
29471e9
·
verified ·
1 Parent(s): 8618314

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ model = HfApiModel(
41
  max_tokens=2096,
42
  temperature=0.5,
43
  # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
44
- model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
45
  custom_role_conversions=None,
46
  )
47
 
 
41
  max_tokens=2096,
42
  temperature=0.5,
43
  # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
44
+ model_id='meta-llama/Llama-3.2-3B',
45
  custom_role_conversions=None,
46
  )
47