wlchee commited on
Commit
458c2fd
·
verified ·
1 Parent(s): 2daa6fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -76,6 +76,7 @@ class BasicAgent:
76
  temperature=0.3,
77
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
78
  custom_role_conversions=None,
 
79
  )
80
 
81
 
 
76
  temperature=0.3,
77
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
78
  custom_role_conversions=None,
79
+ hf_token="AGENT_TOKEN"
80
  )
81
 
82