{% extends 'example/base.html' %} {% block title %}Dashboard - Django-Chain Examples{% endblock %} {% block content %}
This comprehensive example project demonstrates all major features of django-chain, a Django library for seamless LLM integration. Explore the features below to see how you can integrate LLM capabilities into your Django applications.
| LLM Provider: | {{ app_settings.provider }} |
| Default Model: | {{ app_settings.model }} |
| Logging Enabled: | {% if app_settings.logging_enabled %} Yes {% else %} No {% endif %} |
Create, manage, and version prompt templates. Supports both simple prompts and complex chat prompt templates with system messages.
Build complex AI workflows by chaining prompts, LLMs, and parsers. Execute workflows with comprehensive logging and error handling.
Manage chat sessions with persistent history, user tracking, and analytics. Perfect for building conversational AI applications.