stefffbbb commited on
Commit
5f0f040
·
verified ·
1 Parent(s): 5f32101

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ final_answer = FinalAnswerTool()
68
  model = HfApiModel(
69
  max_tokens=2096,
70
  temperature=0.5,
71
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
72
  custom_role_conversions=None,
73
  )
74
 
 
68
  model = HfApiModel(
69
  max_tokens=2096,
70
  temperature=0.5,
71
+ model_id='SmallDoge/Doge-160M-Instruct',# it is possible that this model may be overloaded
72
  custom_role_conversions=None,
73
  )
74