ppsingh commited on
Commit
0670f89
·
verified ·
1 Parent(s): 35f9065

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -90,7 +90,6 @@ async def chat(query,history,sources,reports):
90
  endpoint_url= "https://mnczdhmrf7lkfd9d.eu-west-1.aws.endpoints.huggingface.cloud",
91
  task="text-generation",
92
  huggingfacehub_api_token=HF_token,
93
- truncate = 1500,
94
  model_kwargs = {'stop':["<|eot_id|>"]})
95
 
96
 
 
90
  endpoint_url= "https://mnczdhmrf7lkfd9d.eu-west-1.aws.endpoints.huggingface.cloud",
91
  task="text-generation",
92
  huggingfacehub_api_token=HF_token,
 
93
  model_kwargs = {'stop':["<|eot_id|>"]})
94
 
95