Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderConfig ¶
ProviderConfig holds the resolved LLM provider, model, and API key.
func Resolve ¶
func Resolve() *ProviderConfig
Resolve returns the LLM provider configuration by checking environment variables in order: ANTHROPIC_API_KEY, OPENAI_API_KEY, GEMINI_API_KEY. The first key found wins. Returns nil if no API key is set.
Click to show internal directories.
Click to hide internal directories.