Skip to content
Snippets Groups Projects
Unverified Commit aedd73d8 authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

bump: chat-ui (#454)

parent da4505af
No related branches found
Tags v0.3.23
No related merge requests found
---
"create-llama": patch
---
bump: chat-ui
"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";
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment