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

Update app.py

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