Functionsยง
- get_
available_ provider_ names - Returns a list of available LLM providers as strings
- get_
combined_ config - Combines default, saved, and command-line configurations
- get_
default_ model_ for_ provider - Returns the default model for a given provider
- get_
default_ token_ limit_ for_ provider - Returns the default token limit for a given provider
- get_
message - Generates a message using the given configuration
- get_
message_ with_ provider - Generates a message using the given provider (mainly for testing purposes)
- provider_
requires_ api_ key - Checks if a provider requires an API key
- validate_
provider_ config - Validates the provider configuration