Commit 86440082 86440082bce121da13acc3e76fe756b0483065f6 by 沈秋雨

增加最大token长度

1 parent c1d6e33a
......@@ -69,7 +69,7 @@ ragas:
judge_model: "${RAGAS_JUDGE_MODEL}"
embedding_model: "${RAGAS_EMBEDDING_MODEL}"
temperature: 0
max_tokens: 4096
max_tokens: 20480
timeout_seconds: 600
max_workers: 1
metrics:
......