ModelRegistryService

org.llm4s.model.ModelRegistryService
See theModelRegistryService companion trait

Attributes

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

Members list

Value members

Concrete methods

def fromFile(filePath: String): Result[ModelRegistryService]
def fromJsonString(jsonContent: String): Result[ModelRegistryService]
def fromResource(resourcePath: String): Result[ModelRegistryService]
def fromUrl(url: String): Result[ModelRegistryService]