Merge branch 'gemini' into korean

This commit is contained in:
kimheesu 2025-07-03 09:44:04 +09:00
commit cbb4e75df0
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -7,4 +7,4 @@ eval_results/
eval_data/
*.egg-info/
results/
.env
.env

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