sahanes commited on
Commit
bd1e01c
1 Parent(s): 6e912af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ hf_llm = HuggingFaceEndpoint(
116
  typical_p=0.95,
117
  temperature=0.01,
118
  repetition_penalty=1.03,
119
- huggingfacehub_api_token=os.environ["HF_TOKEN"]
120
  )
121
 
122
  @cl.author_rename
 
116
  typical_p=0.95,
117
  temperature=0.01,
118
  repetition_penalty=1.03,
119
+ # huggingfacehub_api_token=os.environ["HF_TOKEN"]
120
  )
121
 
122
  @cl.author_rename