Spaces:
Runtime error
Runtime error
manuelcozar55
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,7 @@ llm = HuggingFaceEndpoint(
|
|
25 |
max_new_tokens=4096,
|
26 |
temperature=0.5,
|
27 |
do_sample=False,
|
|
|
28 |
)
|
29 |
llm_engine_hf = ChatHuggingFace(llm=llm)
|
30 |
|
|
|
25 |
max_new_tokens=4096,
|
26 |
temperature=0.5,
|
27 |
do_sample=False,
|
28 |
+
return_full_text=True,
|
29 |
)
|
30 |
llm_engine_hf = ChatHuggingFace(llm=llm)
|
31 |
|