pub fn load_from_env() -> Config
Expand description
Load configuration purely from environment variables (after .env is loaded by the caller). Priority:
- OPENAI_MODEL, OPENAI_API_KEY, OPENAI_BASE_URL, RUST_LOG
Note: No provider defaults are applied here. Missing variables remain empty and should be handled by callers or higher-level config files.