Update README.md

Update .env handling
This commit is contained in:
Vasilije 2025-02-24 22:56:18 +01:00 committed by GitHub
parent 9a1e03e403
commit 452eaf0735
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,7 +77,11 @@ To use different LLM providers, for more info check out our <a href="https://doc
### Simple example
First, copy `.env.template` to `.env` and add your OpenAI API key to the LLM_API_KEY field.
Add LLM_API_KEY to .env using the command bellow.
```
echo "LLM_API_KEY=YOUR_OPENAI_API_KEY" > .env
```
You can see available env variables in the repository `.env.template` file.
This script will run the default pipeline: