ginipick commited on
Commit
a22f212
·
verified ·
1 Parent(s): 52a7d34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ def preprocess_text_with_llm(input_text: str) -> str:
176
  response = ""
177
  stream = hf_client.text_generation(
178
  prompt=system_prompt,
179
- max_new_tokens=4000,
180
  temperature=0.5,
181
  top_p=0.9,
182
  stream=True,
 
176
  response = ""
177
  stream = hf_client.text_generation(
178
  prompt=system_prompt,
179
+ max_new_tokens=2000,
180
  temperature=0.5,
181
  top_p=0.9,
182
  stream=True,