Skip to content

Commit

Permalink
fix(docs): typos in code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoPaganelli committed Jan 17, 2025
1 parent 808d2aa commit aec8706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/evaluation/how_to_guides/langchain_runnable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
});
`,

Expand Down

0 comments on commit aec8706

Please sign in to comment.