vladd19 commited on
Commit
22037f8
·
verified ·
1 Parent(s): a733d20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -64,7 +64,6 @@ max_tokens=2096,
64
  temperature=0.5,
65
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
66
  custom_role_conversions=None,
67
- api_key=os.getenv("HF_TOKEN")
68
  )
69
 
70
 
 
64
  temperature=0.5,
65
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
66
  custom_role_conversions=None,
 
67
  )
68
 
69