Files
Marcus Schiesser 7ff332a20e feat: deploy web app (#52)
* 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
2025-02-27 11:59:57 +07:00

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"
}
]
}
]
}