rahulren003 commited on
Commit
65ad701
·
verified ·
1 Parent(s): f87b564

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ final_answer = FinalAnswerTool()
188
  model = HfApiModel(
189
  max_tokens=2096,
190
  temperature=0.5,
191
- model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
192
  )
193
 
194
 
 
188
  model = HfApiModel(
189
  max_tokens=2096,
190
  temperature=0.5,
191
+ model_id="meta-llama/Llama-3.1-8B-Instruct",
192
  )
193
 
194