jaidesign commited on
Commit
5aa6e26
·
verified ·
1 Parent(s): 8370e00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,8 +86,8 @@ final_answer = FinalAnswerTool()
86
  model = HfApiModel(
87
  max_tokens=2096,
88
  temperature=0.5,
89
- #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
90
- model_id='meta-llama/Llama-3.2-3B-Instruct', # Here I used another model to compare the results
91
  custom_role_conversions=None,
92
  )
93
 
 
86
  model = HfApiModel(
87
  max_tokens=2096,
88
  temperature=0.5,
89
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
90
+ #model_id='meta-llama/Llama-3.2-3B-Instruct', # Here I used another model to compare the results
91
  custom_role_conversions=None,
92
  )
93