# ParrotFakeChatModel

> **Class** in `langchain_core`

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

Generic fake chat model that can be used to test the chat model interface.

* Chat model should be usable in both sync and async tests

## Signature

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

## Extends

- `BaseChatModel`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/51e954877efd2d2c3c5bf09364dcfec8794eadb0/libs/core/langchain_core/language_models/fake_chat_models.py#L374)