Configuration Required
This tool's AI features are not yet enabled. To activate them, you must add a Google Gemini API key.
Instructions:
- Go to Google AI Studio (ai.google.dev) and generate a free API key.
- Open this
index.html file in a text editor (like VS Code).
- Find the
<script> tag at the very bottom of the file.
- Locate the line:
const apiKey = "PASTE_YOUR_GEMINI_API_KEY_HERE";
- Replace the placeholder text with your actual API key.
- Save the file and re-upload it to your web host.