ppsingh commited on
Commit
35f9065
·
verified ·
1 Parent(s): 7e87d01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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