Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ llm = HuggingFaceEndpoint(
|
|
16 |
top_k=5,
|
17 |
temperature=0.2,
|
18 |
repetition_penalty=1.03,
|
19 |
-
timeout=300
|
20 |
huggingfacehub_api_token=HF_TOKEN
|
21 |
)
|
22 |
template = """
|
|
|
16 |
top_k=5,
|
17 |
temperature=0.2,
|
18 |
repetition_penalty=1.03,
|
19 |
+
timeout=300,
|
20 |
huggingfacehub_api_token=HF_TOKEN
|
21 |
)
|
22 |
template = """
|