niklasm222 commited on
Commit
d388665
·
verified ·
1 Parent(s): d2c2603

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ final_answer = FinalAnswerTool()
50
  model = HfApiModel(
51
  max_tokens=2096,
52
  temperature=0.5,
53
- model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
54
  )
55
 
56
  # 📜 Load Prompt Templates
 
50
  model = HfApiModel(
51
  max_tokens=2096,
52
  temperature=0.5,
53
+ model_id="meta-llama/Llama-3.2-3B-Instruct",
54
  )
55
 
56
  # 📜 Load Prompt Templates