Commit 0813ef9c 0813ef9c42f09e4f07dc8b126d73c96fbcd29df5 by 沈秋雨

调整ragas最大token长度

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