nam194 commited on
Commit
7aa0c88
1 Parent(s): 3105d50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ class LLM_Langchain():
41
  min_value=32,
42
  max_value=1024,
43
  step=32,
44
- value=120,
45
  help="Set the max tokens to get accurate results"
46
  )
47
 
 
41
  min_value=32,
42
  max_value=1024,
43
  step=32,
44
+ value=64,
45
  help="Set the max tokens to get accurate results"
46
  )
47