class

Autobot::Config::TranscriptionConfig

Inherits YAML::Serializable < Reference < Object

Constants

DEFAULT_PROVIDER = "openai"
PROVIDERS = ["groq", "openai"] of ::String

Constructors

new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

api_key
Source
api_key=(api_key : String | Nil)
Source
enabled=(enabled : Bool)
Source
enabled?
Source
own_key
Source
provider
Source
provider=(provider : String | Nil)
Source
provider_known?
Source

Nested types