Commit
·
321c1d6
1
Parent(s):
47e0a4b
chore: Update default `TOP_K_RETRIEVAL`, `TEMPERATURE`, and `TOP_P` values in `.env.example`.
Browse files- .env.example +3 -3
.env.example
CHANGED
|
@@ -10,12 +10,12 @@ CHUNK_SIZE=500
|
|
| 10 |
CHUNK_OVERLAP=50
|
| 11 |
|
| 12 |
# Retrieval Configuration
|
| 13 |
-
TOP_K_RETRIEVAL=
|
| 14 |
|
| 15 |
# Generation Parameters
|
| 16 |
MAX_LENGTH=2048
|
| 17 |
-
TEMPERATURE=0.
|
| 18 |
-
TOP_P=0.
|
| 19 |
|
| 20 |
# Storage Paths
|
| 21 |
UPLOAD_DIR=data/uploads
|
|
|
|
| 10 |
CHUNK_OVERLAP=50
|
| 11 |
|
| 12 |
# Retrieval Configuration
|
| 13 |
+
TOP_K_RETRIEVAL=5
|
| 14 |
|
| 15 |
# Generation Parameters
|
| 16 |
MAX_LENGTH=2048
|
| 17 |
+
TEMPERATURE=0.4
|
| 18 |
+
TOP_P=0.85
|
| 19 |
|
| 20 |
# Storage Paths
|
| 21 |
UPLOAD_DIR=data/uploads
|