Avoiding Mocks: Testing LLM Applications with LangChain in Django
In this post, we’ll explore a testing approach we used at Lincoln Loop for a Django project that interacts with large language models (LLMs). This approach helps us stay on top of a rapidly evolving API landscape and efficiently respond …