Current section
Files
Jump to
Current section
Files
text_generation_inference
README.md
README.md
# text_generation_inference.ex
[](https://github.com/fmops/text_generation_inference.ex/actions/workflows/elixir.yml) [](https://hex.pm/packages/text_generation_inference) [](https://hexdocs.pm/text_generation_inference)
OpenAPI generated Elixir bindings for HuggingFace [Text Generation Inference](https://github.com/huggingface/text-generation-inference) API.
## Installation
The package can be installed by adding `oapi_hf` to your list of dependencies in
`mix.exs`:
```elixir
def deps do
[
{:text_generation_inference, "~> 0.1"}
]
end
```
## Usage
To regenerate
```sh
mix api.gen default vendor/text-generation-inference/docs/openapi.json
```