Expand description
Shared environment/config loading.
Precedence (highest to lowest):
- Environment variables already set
~/.llmshim/config.toml
Functionsยง
- load_
all - Load config and apply to environment.
After calling this,
std::env::var("OPENAI_API_KEY")etc. will work regardless of which source provided the value.