hpeter11 commited on
Commit
2b28de5
·
verified ·
1 Parent(s): 08fab18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -55,7 +55,8 @@ final_answer = FinalAnswerTool()
55
  model = HfApiModel(
56
  max_tokens=2096,
57
  temperature=0.5,
58
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
 
59
  custom_role_conversions=None,
60
  )
61
 
 
55
  model = HfApiModel(
56
  max_tokens=2096,
57
  temperature=0.5,
58
+ #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
59
+ model_id='meta-llama/Llama-2-7b-chat-hf',
60
  custom_role_conversions=None,
61
  )
62