An open API service indexing awesome lists of open source software.

https://github.com/lincolnloop/fake-chat-example

Code example for blog post
https://github.com/lincolnloop/fake-chat-example

Last synced: 11 months ago
JSON representation

Code example for blog post

Awesome Lists containing this project

README

          

# Avoiding Mocks: Testing LLM Applications with LangChain in Django

📖 Post: https://lincolnloop.com/insights/avoiding-mocks-testing-llm-applications-with-langchain-in-django/

## Usage

### Install
```
uv sync
```

### Run tests

```
uv run pytest
```

### Run app
```
uv run nanodjango run chat.py
```