Skip to content

Commit 9fb6487

Browse files
committed
Docs: Add Gemini API key instructions
- Added a new section to the README detailing how to obtain and set the GEMINI_API_KEY. - Included a direct link to Google AI Studio for key generation. - Emphasized that keys can be managed (revoked/rotated) from the same page.
1 parent 80867a0 commit 9fb6487

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ All settings live in `.env` (loaded with `python-dotenv`):
8181
| `REQUEST_TIMEOUT` | Request timeout in seconds (default `30`). |
8282
| `PYTHON_TOOL_IMPORTS` | Optional comma list of extra python-tool imports (`os,sys,psutil,bs4`). |
8383

84+
To obtain a Gemini API key, head to [Google AI Studio](https://aistudio.google.com/app/apikey), create a key (or use an existing Google Cloud project), and paste it into `GEMINI_API_KEY`. Keys can be revoked or rotated from the same page.
85+
8486
The repository already contains `.env.example` with placeholders for these values.
8587

8688
### CLI options

0 commit comments

Comments
 (0)