ModelRegistryConfig

org.llm4s.model.ModelRegistryConfig
See theModelRegistryConfig companion object
final case class ModelRegistryConfig(resourcePath: Option[String], filePath: Option[String], url: Option[String])

Configuration controlling how the model registry data is loaded.

Value parameters

filePath

Optional filesystem path to a model metadata JSON file, overrides resourcePath when set.

resourcePath

Optional classpath resource path to load model metadata from; defaults to the bundled LiteLLM metadata file.

url

Optional HTTP URL to fetch model metadata from, overrides both resourcePath and filePath when set.

Attributes

Companion
object
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