# LangChain

Use an OpenAI-compatible chat model with a custom base URL.

```bash
export OPENAI_API_KEY="sk-drYOUR_KEY"
export OPENAI_BASE_URL="https://deeprelayapi.cloud/v1"
```

Set the model to `deepseek-v4-pro`. Keep keys in environment variables and avoid committing them to source control.
