Skip to main content
LangChain provides a fake LLM chat model for testing purposes. This allows you to mock out calls to the LLM and simulate what would happen if the LLM responded in a certain way.

Usage