matthewfarant commited on
Commit
e7334fe
·
verified ·
1 Parent(s): b53fe7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,6 +27,7 @@ llm = HuggingFaceEndpoint(
27
  max_length=200000,
28
  do_sample=False,
29
  repetition_penalty=1.03,
 
30
  )
31
 
32
  llama3 = ChatHuggingFace(llm=llm, temperature = 1)
 
27
  max_length=200000,
28
  do_sample=False,
29
  repetition_penalty=1.03,
30
+ huggingfacehub_api_token=os.getenv('HF_KEY')
31
  )
32
 
33
  llama3 = ChatHuggingFace(llm=llm, temperature = 1)