CanerCoban commited on
Commit
38fcfd5
·
verified ·
1 Parent(s): d4dcb9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ final_answer = FinalAnswerTool()
59
  model = HfApiModel(
60
  max_tokens=2096,
61
  temperature=0.5,
62
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
63
  custom_role_conversions=None,
64
  )
65
 
 
59
  model = HfApiModel(
60
  max_tokens=2096,
61
  temperature=0.5,
62
+ model_id='meta-llama/Llama-3.2-3B-Instruct',# it is possible that this model may be overloaded
63
  custom_role_conversions=None,
64
  )
65