afg1 commited on
Commit
a92b8b9
·
verified ·
1 Parent(s): 7208315
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ convert_id_tool = PMID2PMCIDConverter()
136
  model = HfApiModel(
137
  max_tokens=2096,
138
  temperature=0.5,
139
- model_id='codellama/CodeLlama-34b-Instruct-hf',# it is possible that this model may be overloaded
140
  custom_role_conversions=None,
141
  )
142
 
 
136
  model = HfApiModel(
137
  max_tokens=2096,
138
  temperature=0.5,
139
+ model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',# it is possible that this model may be overloaded
140
  custom_role_conversions=None,
141
  )
142