# base_vcr_config

> **Function** in `langchain_tests`

📖 [View in docs](https://reference.langchain.com/python/langchain-tests/conftest/base_vcr_config)

Return VCR configuration that every cassette will receive.

(Anything permitted by `vcr.VCR(**kwargs)` can be put here.)

## Signature

```python
base_vcr_config() -> dict[str, Any]
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/8d09a6c8b736b66791fe73997d9565044c2f3bf2/libs/standard-tests/langchain_tests/conftest.py#L102)