Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,6 @@ async def chat(query,history,sources,reports):
|
|
91 |
task="text-generation",
|
92 |
huggingfacehub_api_token=HF_token,
|
93 |
truncate = 1500,
|
94 |
-
streaming=True,
|
95 |
model_kwargs = {'stop':["<|eot_id|>"]})
|
96 |
|
97 |
|
|
|
91 |
task="text-generation",
|
92 |
huggingfacehub_api_token=HF_token,
|
93 |
truncate = 1500,
|
|
|
94 |
model_kwargs = {'stop':["<|eot_id|>"]})
|
95 |
|
96 |
|