ppsingh commited on
Commit
b2a8597
1 Parent(s): 64b78b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -92,7 +92,8 @@ async def chat(query,history,sources,reports):
92
  huggingfacehub_api_token=HF_token,
93
  truncate = 1500,
94
  stop=["<|eot_id|>"],
95
- streaming-True)
 
96
 
97
 
98
  # create rag chain
 
92
  huggingfacehub_api_token=HF_token,
93
  truncate = 1500,
94
  stop=["<|eot_id|>"],
95
+ streaming=True,
96
+ model_kwargs = {})
97
 
98
 
99
  # create rag chain