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
refactor(config): standardize API key configuration field naming
- Rename `api_key_env` to `api_key` for env auth type
- Rename `api_key_key` to `api_key` for dotenv auth type
- Update default config path from root to `config/ai_providers.toml`
- Update default output path to `outputs/output.apkg`
- Update all provider examples in ai_providers.toml.example
- Update documentation in README.md to reflect new paths
BREAKING CHANGE: Configuration field names have changed
- Users must update their ai_providers.toml files
- `api_key_env` → `api_key` (for env auth)
- `api_key_key` → `api_key` (for dotenv auth)
This change improves consistency by using a single field name
`api_key` across different authentication types, making the
configuration more intuitive and easier to understand.
0 commit comments