Skip to content

Commit

Permalink
Merge pull request #12 from lionelchg/update_readme_apikey
Browse files Browse the repository at this point in the history
Add MISTRAL_API_KEY env variable requirement in README.md
  • Loading branch information
Bam4d authored Dec 17, 2023
2 parents be8bfb5 + 41fc658 commit 60d37a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 60d37a0

Please sign in to comment.