We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfe4ea commit a223b49Copy full SHA for a223b49
1 file changed
README.md
@@ -55,6 +55,7 @@ mirror-web-cli https://example.com --ai --openai-key "sk-proj-your-key-here"
55
```
56
57
**Requirements:**
58
+
59
- Only **OpenAI API keys** are supported (must start with `sk-`)
60
- Uses OpenAI GPT-4o model for intelligent analysis
61
- **Get your API key**: [OpenAI Platform](https://platform.openai.com/api-keys)
@@ -171,6 +172,7 @@ Options:
171
172
### OpenAI API Key Priority
173
174
The tool checks for OpenAI API keys in this order:
175
176
1. `--openai-key` command line parameter
177
2. `OPENAI_API_KEY` environment variable
178
3. If neither is found, AI features are disabled with a helpful message
0 commit comments