Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|