Bridge the gap between Large Language Models and rich, interactive user interfaces
Get StartedSee how ArtyLLaMa enhances AI-generated content:
Unique tag system for integrating rich content into LLM outputs
Generate and display charts, code, HTML, and more from text input
Seamless integration with various LLMs, including open-source models
Built-in sanitization and error management for safe content display
Easily add new artifact types and renderers to expand functionality
Modern, responsive interface built with React for smooth user experience
ArtyLLaMa enhances LLM outputs with rich, interactive content. Below is an example explaining Transformer architecture:
{
"type": "sankey",
"data": {
"nodes": [
{"name": "Input"},
{"name": "Self-Attention"},
{"name": "Add & Norm 1"},
{"name": "Feed Forward"},
{"name": "Add & Norm 2"},
{"name": "Output"}
],
"links": [
{"source": 0, "target": 1, "value": 1},
{"source": 1, "target": 2, "value": 1},
{"source": 0, "target": 2, "value": 0.5},
{"source": 2, "target": 3, "value": 1},
{"source": 3, "target": 4, "value": 1},
{"source": 2, "target": 4, "value": 0.5},
{"source": 4, "target": 5, "value": 1}
]
}
}
This diagram illustrates the flow of data through a Transformer block, highlighting the importance of residual connections in maintaining the integrity of the original input throughout the process.
Support for Ollama, OpenAI, and Anthropic, offering versatile AI experiences
Dynamic UI with instant message updates and interactive conversations
Syntax highlighting and interactive code execution capabilities
Generate interactive charts and graphs from textual descriptions
Efficient streaming of AI responses for real-time interaction
Tailor the AI's behavior with customizable system messages