From f182b81d36939153420c704eb424e89bb24f2ce5 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 27 Jun 2024 16:27:42 +0900 Subject: [PATCH] docs: update README.md enviroment -> environment --- skills/classification/evaluation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/classification/evaluation/README.md b/skills/classification/evaluation/README.md index b2950ad..efd0701 100644 --- a/skills/classification/evaluation/README.md +++ b/skills/classification/evaluation/README.md @@ -37,7 +37,7 @@ The evaluation is orchestrated by the `promptfooconfig.yaml` file. In this file To get started with Promptfoo open your terminal and navigate to this directory (`./evaluation`). -Before running your evaluation you must define the following enviroment variables: +Before running your evaluation you must define the following environment variables: `export ANTHROPIC_API_KEY=YOUR_API_KEY` `export VOYAGE_API_KEY=YOUR_API_KEY`