diff --git a/.gitignore b/.gitignore index 8495ef63..2581d38a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ eval_results/ eval_data/ *.egg-info/ results/ -.env \ No newline at end of file +.env diff --git a/README.md b/README.md index d8fd2209..efc24f7c 100644 --- a/README.md +++ b/README.md @@ -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