kk20krishna commited on
Commit
fb34142
·
verified ·
1 Parent(s): d89a910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ final_answer = FinalAnswerTool()
36
  model = HfApiModel(
37
  max_tokens=2096,
38
  temperature=0.5,
39
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
40
- #model_id='meta-llama/Llama-3.2-3B-Instruct',
41
  custom_role_conversions=None,
42
  )
43
 
 
36
  model = HfApiModel(
37
  max_tokens=2096,
38
  temperature=0.5,
39
+ #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
40
+ model_id='meta-llama/Llama-3.2-3B-Instruct',
41
  custom_role_conversions=None,
42
  )
43