diff --git a/.changeset/lazy-insects-share.md b/.changeset/lazy-insects-share.md new file mode 100644 index 000000000..4f914968e --- /dev/null +++ b/.changeset/lazy-insects-share.md @@ -0,0 +1,5 @@ +--- +"create-llama": patch +--- + +bump: chat-ui diff --git a/templates/types/streaming/nextjs/app/components/chat-section.tsx b/templates/types/streaming/nextjs/app/components/chat-section.tsx index 4a0fe9deb..edf7f3311 100644 --- a/templates/types/streaming/nextjs/app/components/chat-section.tsx +++ b/templates/types/streaming/nextjs/app/components/chat-section.tsx @@ -1,8 +1,7 @@ "use client"; import { ChatSection as ChatSectionUI } from "@llamaindex/chat-ui"; -import "@llamaindex/chat-ui/styles/code.css"; -import "@llamaindex/chat-ui/styles/katex.css"; +import "@llamaindex/chat-ui/styles/markdown.css"; import "@llamaindex/chat-ui/styles/pdf.css"; import { useChat } from "ai/react"; import CustomChatInput from "./ui/chat/chat-input"; diff --git a/templates/types/streaming/nextjs/package.json b/templates/types/streaming/nextjs/package.json index ff185c709..94e576f07 100644 --- a/templates/types/streaming/nextjs/package.json +++ b/templates/types/streaming/nextjs/package.json @@ -16,7 +16,7 @@ "@radix-ui/react-select": "^2.1.1", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tabs": "^1.1.0", - "@llamaindex/chat-ui": "0.0.11", + "@llamaindex/chat-ui": "0.0.12", "ai": "4.0.3", "ajv": "^8.12.0", "class-variance-authority": "^0.7.0",