From 41fc6589d0a042c5619dd64b0522963c4b823980 Mon Sep 17 00:00:00 2001 From: lionelchg Date: Thu, 14 Dec 2023 12:29:17 +0800 Subject: [PATCH] Add MISTRAL_API_KEY env variable requirement in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73ad318..4e94e88 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ poetry install ## Run examples -You can run the examples in the `examples/` directory using `poetry run` or by entering the virtual environment using `poetry shell`. +You can run the examples in the `examples/` directory using `poetry run` or by entering the virtual environment using `poetry shell`. You should have a `MISTRAL_API_KEY` environment variable defined containing your API key to run those examples. ### Using poetry run