Erik commited on
Commit
1640fb1
·
verified ·
1 Parent(s): b7de42c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -60,6 +60,8 @@ model = HfApiModel(
60
  max_tokens=2096,
61
  temperature=0.5,
62
  model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
 
 
63
  custom_role_conversions=None,
64
  token=HF_TOKEN,
65
  )
 
60
  max_tokens=2096,
61
  temperature=0.5,
62
  model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
63
+ #model_id='mistralai/Mistral-Small-24B-Instruct-2501',
64
+ #model_id="deepseek-ai/DeepSeek-V3",
65
  custom_role_conversions=None,
66
  token=HF_TOKEN,
67
  )