# FakeListLLM

> **Class** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/language_models/fake/FakeListLLM)

Fake LLM for testing purposes.

## Signature

```python
FakeListLLM(
    self,
    *args: Any = (),
    **kwargs: Any = {},
)
```

## Extends

- `LLM`

## Properties

- `responses`
- `sleep`
- `i`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/ee95ad6907f5eab94644183393a20aa2a032bb19/libs/core/langchain_core/language_models/fake.py#L19)