mirror of
https://github.com/run-llama/create_llama_projects.git
synced 2026-07-21 01:29:28 -04:00
[PR #30] [MERGED] feat: add llama3 example #32
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/create_llama_projects/pull/30
Author: @marcusschiesser
Created: 4/19/2024
Status: ✅ Merged
Merged: 4/19/2024
Merged by: @yisding
Base:
main← Head:ms/add-nextjs-llama3📝 Commits (1)
1cf3e2efeat: add llama3 example📊 Changes
54 files changed (+9364 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
nextjs-llama3/.devcontainer/devcontainer.json(+46 -0)➕
nextjs-llama3/.eslintrc.json(+7 -0)➕
nextjs-llama3/.gitignore(+35 -0)➕
nextjs-llama3/README.md(+45 -0)➕
nextjs-llama3/app/api/chat/engine/chat.ts(+18 -0)➕
nextjs-llama3/app/api/chat/engine/generate.ts(+38 -0)➕
nextjs-llama3/app/api/chat/engine/index.ts(+22 -0)➕
nextjs-llama3/app/api/chat/engine/loader.ts(+9 -0)➕
nextjs-llama3/app/api/chat/engine/settings.ts(+23 -0)➕
nextjs-llama3/app/api/chat/engine/shared.ts(+1 -0)➕
nextjs-llama3/app/api/chat/llamaindex-stream.ts(+98 -0)➕
nextjs-llama3/app/api/chat/route.ts(+84 -0)➕
nextjs-llama3/app/components/chat-section.tsx(+39 -0)➕
nextjs-llama3/app/components/header.tsx(+28 -0)➕
nextjs-llama3/app/components/ui/README.md(+1 -0)➕
nextjs-llama3/app/components/ui/button.tsx(+56 -0)➕
nextjs-llama3/app/components/ui/chat/chat-actions.tsx(+28 -0)➕
nextjs-llama3/app/components/ui/chat/chat-avatar.tsx(+25 -0)➕
nextjs-llama3/app/components/ui/chat/chat-image.tsx(+17 -0)...and 34 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.