LLMProxy.Config.Catalog (llm_proxy v0.1.0)

Copy Markdown View Source

Boundary parser for catalog application configuration.

The parser converts the supported operator-facing catalog shape into strict LLMProxy.Catalog.Model and LLMProxy.Catalog.Deployment structs. Downstream catalog code receives structs only.

Summary

Functions

parse(catalog_config, models_config)

@spec parse(term(), term()) :: [LLMProxy.Catalog.Model.t()]