smah.settings.inference.inference

Classes

Inference([config_data])

class smah.settings.inference.inference.Inference(config_data=None)[source]

Bases: object

CONFIG_VSN: str = '0.0.1'
static config_vsn() str[source]

Returns the version of the configuration.

Returns:

The version of the configuration.

Return type:

str

instructions: str | None
is_configured()[source]
static provider_factory(provider, config_data) Provider | None[source]
providers: dict[str, Provider]
show(options=None)[source]
to_prompt_yaml(options=None)[source]
to_standard_yaml(options=None)[source]
to_yaml(options=None)[source]