增加最大token长度
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -69,7 +69,7 @@ ragas: | ... | @@ -69,7 +69,7 @@ ragas: |
| 69 | judge_model: "${RAGAS_JUDGE_MODEL}" | 69 | judge_model: "${RAGAS_JUDGE_MODEL}" |
| 70 | embedding_model: "${RAGAS_EMBEDDING_MODEL}" | 70 | embedding_model: "${RAGAS_EMBEDDING_MODEL}" |
| 71 | temperature: 0 | 71 | temperature: 0 |
| 72 | max_tokens: 4096 | 72 | max_tokens: 20480 |
| 73 | timeout_seconds: 600 | 73 | timeout_seconds: 600 |
| 74 | max_workers: 1 | 74 | max_workers: 1 |
| 75 | metrics: | 75 | metrics: | ... | ... |
-
Please register or sign in to post a comment