From 467dec4edf17abcb03784caadc1694aac29d0373 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Mon, 2 Jun 2025 09:42:24 -0700 Subject: [PATCH] Add a note about Gemini API usage and add a link to the TOS. (#681) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a73e459b..615ff226 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,7 @@ Congratulations! You've successfully set up and run the Gemini CLI. - Explore the **[CLI Commands](./docs/cli/commands.md)** to learn about all available functionalities. - If you encounter any issues, check the **[Troubleshooting Guide](./docs/troubleshooting.md)**. - For more comprehensive documentation, please see the [full documentation here](./docs/index.md). + +## Gemini APIs + +This project leverages the Gemini APIs to provide AI capabilities. For details on the terms of service governing the Gemini API, please refer to the [Gemini API Terms of Service](https://ai.google.dev/gemini-api/terms).