docs: update README to include instructions for using .env file

This commit is contained in:
maxshhao 2025-07-05 01:20:17 +08:00
parent 3046f3dead
commit d71c51fd65
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -124,6 +124,11 @@ You will need the OpenAI API for all the agents.
export OPENAI_API_KEY=$YOUR_OPENAI_API_KEY
```
To help consolidate the variables in an .env file, you can copy the .env.example. The main.py script will pick up from there.
```bash
cp .env.example .env
```
### CLI Usage
You can also try out the CLI directly by running: