mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
[PR #703] [MERGED] feat: support file server for python llamadeploy #699
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/pull/703
Author: @thucpn
Created: 7/9/2025
Status: ✅ Merged
Merged: 7/10/2025
Merged by: @thucpn
Base:
main← Head:feat/support-file-server-for-python-llamadeploy📝 Commits (3)
68f6031feat: support file server for python llamadeploye5a442eCreate wise-ways-knock.mdb390da3release chat-ui📊 Changes
9 files changed (+124 additions, -14 deletions)
View changed files
➕
.changeset/wise-ways-knock.md(+5 -0)📝
packages/server/next/app/api/files/[...slug]/route.ts(+47 -1)📝
packages/server/next/app/api/files/helpers.ts(+35 -0)📝
packages/server/next/app/components/ui/chat/chat-section.tsx(+1 -0)📝
packages/server/next/app/components/ui/chat/chat-starter.tsx(+6 -2)📝
packages/server/package.json(+1 -1)📝
packages/server/src/server.ts(+22 -5)📝
packages/server/src/types.ts(+2 -0)📝
pnpm-lock.yaml(+5 -5)📄 Description
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Chores
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.