shamikbose89 commited on
Commit
5a045c9
·
verified ·
1 Parent(s): 7172f14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ max_tokens=2096,
48
  temperature=0.5,
49
  model_id='https://hw8xnfe229rbxakk.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
50
  custom_role_conversions=None,
51
- token=os.getenv(HF_TOKEN)
52
  )
53
 
54
 
 
48
  temperature=0.5,
49
  model_id='https://hw8xnfe229rbxakk.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
50
  custom_role_conversions=None,
51
+ token=os.getenv("HF_TOKEN")
52
  )
53
 
54