3. The field of AI is moving faster than ever as a result of GenAI breakthroughs.
```
## LLM Providers / LocalLLMs
`fabric` leverages LiteLLM to enable users to seamlessly utilize a wide array of LLM Providers and Models. With LiteLLM, users can effortlessly switch between different providers and models by specifying the desired provider and model name through command line options. `fabric` utilizes LiteLLM to dynamically load the specified provider and model, empowering users to harness the unique capabilities offered by each LLM provider or model.
> Please ensure that you have configured the appropriate environment variables. For instance, set `HUGGINGFACE_API_KEY` if you intend to utilize the Hugging Face API.
### Usage:
To specify the provider and model when running `fabric`, use the `--model` option followed by the provider and model name.