# `LlmComposer.HttpClient`
[🔗](https://github.com/doofinder/llm_composer/blob/master/lib/llm_composer/http_client.ex#L1)

Helper mod for setup the Tesla http client and its options

# `client`

```elixir
@spec client(
  binary(),
  keyword()
) :: Tesla.Client.t()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
