mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-21 19:35:21 -04:00
[PR #1] [MERGED] feat: @llamaindex/chat-ui components #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/chat-ui/pull/1
Author: @thucpn
Created: 10/21/2024
Status: ✅ Merged
Merged: 10/25/2024
Merged by: @marcusschiesser
Base:
main← Head:feat/implement-llamaindex-chat-ui-components📝 Commits (10+)
60ac78cfeat: @llamaindex/chat-ui componentsfe65acefeat: chat message composer498e1ecadd create-llama nextjs-agent example8932d34use port 40005459471create adapters081452fupdate config8d1bf58create simple chat session examplecc92694fix: return null when preview is empty4f5b054simply chat section examples6ca4555update eslint📊 Changes
61 files changed (+8053 additions, -595 deletions)
View changed files
➕
.changeset/README.md(+8 -0)➕
.changeset/config.json(+11 -0)➕
.changeset/pretty-panthers-pretend.md(+8 -0)➕
.github/workflows/build.yml(+37 -0)➕
.github/workflows/changeset.yml(+34 -0)➕
.github/workflows/format.yml(+33 -0)➕
.github/workflows/lint.yml(+36 -0)➕
.husky/pre-commit(+5 -0)📝
README.md(+101 -17)📝
apps/docs/.eslintrc.js(+2 -2)📝
apps/docs/next.config.js(+2 -2)📝
apps/docs/postcss.config.js(+1 -1)📝
apps/docs/src/app/layout.tsx(+0 -1)📝
apps/docs/src/app/page.tsx(+0 -3)➕
apps/web/.env.template(+1 -0)📝
apps/web/.eslintrc.js(+2 -2)📝
apps/web/.gitignore(+1 -0)📝
apps/web/README.md(+6 -0)➕
apps/web/app/api/chat/route.ts(+47 -0)➕
apps/web/app/custom-demo.tsx(+178 -0)...and 41 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.