HuggingfaceClient.Inference.HttpHelper (huggingface_client v0.1.0)

Copy Markdown View Source

Shared HTTP POST helper for TGI and TEI dedicated server clients.

Summary

Functions

Posts JSON body to url with headers; returns {:ok, body} or {:error, exception}.

Functions

post(url, body, headers, opts \\ [])

@spec post(String.t(), map(), [{String.t(), String.t()}], keyword()) ::
  {:ok, term()} | {:error, Exception.t()}

Posts JSON body to url with headers; returns {:ok, body} or {:error, exception}.