Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ class LLM_Langchain():
|
|
41 |
min_value=32,
|
42 |
max_value=1024,
|
43 |
step=32,
|
44 |
-
value=
|
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 |
|