Commit 0813ef9c 0813ef9c42f09e4f07dc8b126d73c96fbcd29df5 by 沈秋雨

调整ragas最大token长度

1 parent 86440082
...@@ -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: 20480 72 max_tokens: 8192
73 timeout_seconds: 600 73 timeout_seconds: 600
74 max_workers: 1 74 max_workers: 1
75 metrics: 75 metrics:
......