You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api_key_env = "GEMINI_API_KEY"# or use api_key = "your-key"
150
+
rate_limit = 10
151
+
timeout = 60
141
152
```
142
153
154
+
**🔒 Security Note**: The actual `config/providers.toml` file is ignored by git to prevent accidental API key commits. Always use the example file as a template.
155
+
143
156
### API Key Configuration
144
157
145
158
The tool supports flexible API key configuration with multiple methods and clear priority ordering:
0 commit comments