Current section
Files
Jump to
Current section
Files
ollama_summarizer
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [
{ollama_handler, "0.1.1"}
]}.
{plugins, [
{rebar3_hex, "7.0.9"}
]}.
{profiles, [
{test, [{deps, []}]}
]}.
{hex, [
{description, "An Erlang library for summarizing web content and HTML using the Ollama API."},
{licenses, ["Apache-2.0"]},
{links, [
{"GitHub", "https://github.com/roquess/ollama_summarizer"},
{"Hex.pm", "https://hex.pm/packages/ollama_summarizer"}
]},
{maintainers, ["Steve Roques<steve.roques@gmail.com>"]},
{doc, #{provider => edoc}}
]}.
{shell, [
{apps, [ollama_summarizer]}
]}.