t14n commited on
Commit
11032e2
·
1 Parent(s): 44627d3

add missing comma

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ final_answer = FinalAnswerTool()
31
  model = HfApiModel(
32
  max_tokens=2096,
33
  temperature=0.5,
34
- model_id='meta-llama/Llama-3.2-3B-Instruct' # it is possible that this model may be overloaded
35
  custom_role_conversions=None,
36
  )
37
 
 
31
  model = HfApiModel(
32
  max_tokens=2096,
33
  temperature=0.5,
34
+ model_id='meta-llama/Llama-3.2-3B-Instruct', # it is possible that this model may be overloaded
35
  custom_role_conversions=None,
36
  )
37