diff --git a/examples/end-to-end-examples/sec_10k_qa/README.md b/examples/end-to-end-examples/sec_10k_qa/README.md index fb151535a..66b628597 100644 --- a/examples/end-to-end-examples/sec_10k_qa/README.md +++ b/examples/end-to-end-examples/sec_10k_qa/README.md @@ -56,7 +56,7 @@ python -m venv examples-10k-venv source examples-10k-venv/bin/activate pip install -r requirements-cpu.txt # Your api token can be found by running `mcli config`. This token is set an environment variable for the langchain integration -export MOSAICML_API_TOKEN= +export MOSAICML_API_KEY= ```