ProviderRegistry

org.llm4s.llmconnect.spi.ProviderRegistry
See theProviderRegistry companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def of(descriptors: ProviderDescriptor*): ProviderRegistry

A registry holding exactly descriptors; a later duplicate id wins.

A registry holding exactly descriptors; a later duplicate id wins.

Attributes

A registry holding everything modules supply.

A registry holding everything modules supply.

Attributes

Concrete fields

The providers built into llm4s-core.

The providers built into llm4s-core.

Attributes

The registry used when a caller supplies none.

The registry used when a caller supplies none.

Classpath discovery replaces this in PR 3 of #1131; today it is exactly the built-in set.

Attributes

Givens

Givens

Resolves to default wherever a using ProviderRegistry is needed.

Resolves to default wherever a using ProviderRegistry is needed.

Attributes