LLMProxy.Router (llm_proxy v0.1.0)

Copy Markdown View Source

Public router facade for embedding LLMProxy.

Use this module as a Plug, or use LLMProxy.Router inside a Phoenix router. Concrete HTTP routing lives in LLMProxy.HTTP.Router; Phoenix forward macros live in LLMProxy.Phoenix.Router.

Summary

Functions

call(conn, opts)

init(opts)

llm_proxy(path, opts \\ [])

(macro)

llm_proxy_routes(opts \\ [])

(macro)