How-to Guides¶
Practical guides for common tasks with Django Chain.
Table of Contents¶
How to Add a New LLM Provider¶
- Implement a provider class in
django_chain/providers/
- Register the provider in your settings or via a service
- Configure credentials in
DJANGO_LLM_SETTINGS
- Use the provider with LLMClient
Detailed code examples and step-by-step instructions coming soon!