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
resourcePathwhen 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
resourcePathandfilePathwhen set.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article