RawProvidersConfig

org.llm4s.config.ProvidersConfigModel.RawProvidersConfig
final case class RawProvidersConfig(selectedProvider: Option[ProviderName], namedProviders: Map[ProviderName, RawNamedProviderSection])

Raw top-level providers configuration as read from the configuration source.

Value parameters

namedProviders

map of provider name to its raw section

selectedProvider

the name of the default provider, if set

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product