mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-01 21:24:01 -04:00
7ff332a20e
* refactor: chat-section -> chat * fake stream text when openapi key not set * clean before build registry * update registry link in readme * enhance styling * enhance brand styling * fix: lint
22 lines
498 B
JSON
22 lines
498 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry.json",
|
|
"name": "chat",
|
|
"homepage": "https://llamaindex.ai",
|
|
"items": [
|
|
{
|
|
"name": "chat",
|
|
"type": "registry:block",
|
|
"title": "Chatbot",
|
|
"description": "A chatbot component for AI applications",
|
|
"registryDependencies": [],
|
|
"dependencies": ["@llamaindex/chat-ui"],
|
|
"files": [
|
|
{
|
|
"path": "registry/chat/chat.tsx",
|
|
"type": "registry:block"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|