[fix] use GOOGLE_API_KEY

This commit is contained in:
김희수 2025-07-02 06:46:47 +09:00
parent 0fedb1f763
commit 7cd50ffad4
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ You will need the OpenAI API or GEMINI API for all the agents.
```bash
export OPENAI_API_KEY=$YOUR_OPENAI_API_KEY
export GEMINI_API_KEY=$YOUR_GEMINI_API_KEY
export GOOGLE_API_KEY=$YOUR_GEMINI_API_KEY
```
### CLI Usage