ModelSelector

org.llm4s.llmconnect.utils.ModelSelector
object ModelSelector

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Select a local model by modality.

Select a local model by modality.

  • Text: configuration-driven; callers should select a text model explicitly via their typed config loader.
  • Image/Audio/Video: use the passed local-model configuration.

This keeps ModelSelector config-agnostic: it does not read env/system/HOCON directly.

Attributes