# Class LittleGhost::Models::Configuration

Documentation version: Edge

Canonical HTML: https://littleghostai.org/docs/LittleGhost/Models/Configuration.html

Loads trusted provider connections or logical model profiles from YAML.

## Inheritance

`LittleGhost::Models::Configuration < Object`

## Class methods

<a id="method-c-models"></a>
### `.models`

```ruby
.models(path)
```

Loads model profiles and an optional default role from `path`.

<a id="method-c-providers"></a>
### `.providers`

```ruby
.providers(path)
```

Loads provider connections from `path`.
