Commit 86440082 86440082bce121da13acc3e76fe756b0483065f6 by 沈秋雨

增加最大token长度

1 parent c1d6e33a
...@@ -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:
......