From aec87069db6257c4aa54e0b16750add5dd7ff40e Mon Sep 17 00:00:00 2001 From: Filippo Paganelli Date: Fri, 17 Jan 2025 12:31:25 +0100 Subject: [PATCH] fix(docs): typos in code snippet --- docs/evaluation/how_to_guides/langchain_runnable.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/evaluation/how_to_guides/langchain_runnable.mdx b/docs/evaluation/how_to_guides/langchain_runnable.mdx index 54e2ff91..27a81324 100644 --- a/docs/evaluation/how_to_guides/langchain_runnable.mdx +++ b/docs/evaluation/how_to_guides/langchain_runnable.mdx @@ -123,7 +123,7 @@ To evaluate our chain we can pass it directly to the `evaluate()` / `aevaluate() await evaluate(chain, { data: dataset.name, evaluators: [correct], - experimentPrefix: "gpt-4o, ba + experimentPrefix: "gpt-4o, baseline", }); `,